Last active
April 3, 2025 23:53
-
-
Save jhgaylor/39243d71e03b49c775bd31e913f1e594 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"mcpServers": { | |
"notion": { | |
"command": "npx", | |
"args": [ | |
"-y", | |
"@suekou/mcp-notion-server" | |
], | |
"env": { | |
"NOTION_API_TOKEN": "REDACTED" | |
} | |
}, | |
"playwright": { | |
"command": "npx", | |
"args": [ | |
"@playwright/mcp@latest" | |
] | |
}, | |
"hirebase": { | |
"command": "uvx", | |
"args": [ | |
"hirebase-mcp@latest", | |
"--no-cache" | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment