Centralized note store across AI clients: Claude, ChatGPT, Cursor, Codex, Windsurf. Save in one clie
claude mcp add notes --transport sse https://notes.mctx.ai/v1.5.4
~/.cursor/mcp.json
{
"mcpServers": {
"notes": {
"url": "https://notes.mctx.ai/v1.5.4"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"notes": {
"serverUrl": "https://notes.mctx.ai/v1.5.4"
}
}
}
.vscode/mcp.json
{
"servers": {
"notes": {
"type": "sse",
"url": "https://notes.mctx.ai/v1.5.4"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"notes": {
"url": "https://notes.mctx.ai/v1.5.4"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"notes": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://notes.mctx.ai/v1.5.4"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| sse | https://notes.mctx.ai/v1.5.4 | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.mctx-ai--notes/reviews or the review_server meta-tool.
POST /mcp