Skip to main content

Code intelligence MCP server — indexes codebases into a queryable graph of symbols, call chains, and relationships

Project description

Synapps

Code intelligence MCP server — gives AI coding agents a queryable graph of your codebase.

What it does

  • Indexes C#, Python, TypeScript/JavaScript, and Java codebases using tree-sitter and Language Server Protocol
  • Stores symbols, call chains, and relationships in a Memgraph graph database
  • Exposes semantic query tools as MCP tools — AI agents can find usages, trace call trees, and analyze change impact without reading every file
  • Supports incremental sync via git-diff-based change detection and live file watching

Install

pip install synapps-mcp
docker compose up -d

The docker compose up -d command starts a local Memgraph instance (required for the graph database).

Configure your MCP client

Add Synapps to your MCP client configuration (e.g., Claude Code ~/.claude.json):

{
  "mcpServers": {
    "synapps": {
      "command": "synapps-mcp"
    }
  }
}

Then index your project:

synapps index /path/to/your/project

Supported Languages

  • C#
  • Python
  • TypeScript / JavaScript
  • Java

Key MCP Tools

  • get_context_for — full context for a symbol before editing (callers, callees, tests); use scope="impact" for change impact analysis
  • find_usages — who calls a method or uses any symbol across the codebase
  • find_callees — what a method depends on downstream
  • find_entry_points — find API/controller entry points reaching a method
  • search_symbols — find symbols by name, kind, file, or namespace

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

synapps_mcp-1.7.1.tar.gz (628.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

synapps_mcp-1.7.1-py3-none-any.whl (356.1 kB view details)

Uploaded Python 3

File details

Details for the file synapps_mcp-1.7.1.tar.gz.

File metadata

  • Download URL: synapps_mcp-1.7.1.tar.gz
  • Upload date:
  • Size: 628.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.3 {"installer":{"name":"uv","version":"0.11.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for synapps_mcp-1.7.1.tar.gz
Algorithm Hash digest
SHA256 bd34fc9bb4d8ff28fbe911f1d8803ef53fb362054207f8d01d9a1d3951f6df51
MD5 65a396a74cdc6f12020cbadc66f14731
BLAKE2b-256 d32b99e73f875a7e0b279c3a02aef2c1b46277fc3d002608b8e315c8b8aae7b3

See more details on using hashes here.

File details

Details for the file synapps_mcp-1.7.1-py3-none-any.whl.

File metadata

  • Download URL: synapps_mcp-1.7.1-py3-none-any.whl
  • Upload date:
  • Size: 356.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.3 {"installer":{"name":"uv","version":"0.11.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for synapps_mcp-1.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6b84088035109a0f1301a227bb6e13e20d6293d53e18fe5b6671221ce630f6ce
MD5 750a26c0f72bec40e69a1633c1131c4e
BLAKE2b-256 25ec82ce05d025150cc61385ad8acd53d28fe14cf281bf03dd6a7ff9422c4f90

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page