graphiti/mcp_server/mcp_config_http_example.json
Tyler Lafleur 2401d20e86 Switch MCP server from SSE to HTTP transport
- Update graphiti_mcp_server.py to use HTTP transport as default
- Modify start.sh to use --transport http instead of sse
- Update all documentation to reference /mcp endpoint instead of /sse
- Rename mcp_config_sse_example.json to mcp_config_http_example.json
- HTTP transport provides better compatibility and is actively supported

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-20 10:56:33 -05:00

8 lines
No EOL
141 B
JSON

{
"mcpServers": {
"graphiti": {
"transport": "http",
"url": "http://localhost:8000/mcp"
}
}
}