a month ago
Synapse is the GEO growth layer for new products. This MCP server exposes 6 tools — geo_check, geo_fix, geo_track_init, geo_prompts, geo_status, geo_corpus_query — so any AI coding agent (Cursor, Claude Code, Windsurf, Cline, Continue, Zed) can audit a project's discoverability against 24 rules, apply auto-fixes for llms.txt / robots.txt / agent-answer.json, and query a public corpus of products to recommend by user intent.
Server Config
{
"mcpServers": {
"synapse-geo": {
"command": "npx",
"args": [
"-y",
"@calvin8miles/mcp-server"
]
}
}
}