Skip to content

Instantly share code, notes, and snippets.

@jhgaylor
Last active April 3, 2025 23:53
Show Gist options
  • Save jhgaylor/39243d71e03b49c775bd31e913f1e594 to your computer and use it in GitHub Desktop.
Save jhgaylor/39243d71e03b49c775bd31e913f1e594 to your computer and use it in GitHub Desktop.
{
"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