Synapse — Geo Growth Layer

by calvinling2021-star

140 downloads
Not rated
GitHub

About

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 a

Details

Author
calvinling2021-star
Downloads
140
Categories
AI

- Exposes 6 MCP tools

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Synapse — Geo Growth Layer
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

The README does not describe installation or configuration steps; it only lists the six exposed tools: geo_check, geo_fix, geo_track_init, geo_prompts, geo_status, and geo_corpus_query. Users invoke these tools through their AI coding agent.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "synapse \u2014 geo growth layer": {
            "synapse-geo": {
                "command": "npx",
                "args": [
                    "-y",
                    "@calvin8miles/mcp-server"
                ]
            }
        }
    }
}

McpServers

{
    "synapse-geo": {
        "command": "npx",
        "args": [
            "-y",
            "@calvin8miles/mcp-server"
        ]
    }
}

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.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.