mcp-config
Version:
CLI client to edit MCP server configurations
17 lines (16 loc) • 444 B
JSON
{
"name": "notion",
"url": "https://github.com/makenotion/notion-mcp-server",
"description": "Official Notion MCP server for interacting with the Notion API",
"command": "npx",
"args": {
"fixed": ["-y", "@notionhq/notion-mcp-server"],
"configurable": []
},
"env": [
{
"name": "OPENAPI_MCP_HEADERS",
"description": "JSON string containing Authorization with Notion API token and Notion-Version"
}
]
}