mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 05:57:17 +08:00
11 lines
291 B
JSON
11 lines
291 B
JSON
{
|
|
"mcpServers": {
|
|
"notionApi": {
|
|
"command": "npx",
|
|
"args": ["-y", "@notionhq/notion-mcp-server"],
|
|
"env": {
|
|
"OPENAPI_MCP_HEADERS": "{\"Authorization\": \"Bearer ntn_****\", \"Notion-Version\": \"2022-06-28\" }"
|
|
}
|
|
}
|
|
}
|
|
} |