mcpbeat Sign in

xmp4 — Semantic code knowledge for your stack MCP Server

answering

xmp4 — Semantic code knowledge for your stack is answering right now. Last checked 3 min ago. It exposes 16 tools. Last commit 22 Jul 2026.

OSS libs in your stack, really used: source, tests, callers. C#, Java, TS, Python, Rust, PHP+.

Uptime history 47 days of history
47 days agonow
100.0%
Uptime 24h
92 of 92 checks
16
Tools
read from the server
174 ms
Response time
average over 24h
0
Stars
last commit 22 Jul 2026

Nothing serious here today

Today is the operative word: we check xmp4 — Semantic code knowledge for your stack every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 min ago.

run in your terminal
claude mcp add xmp4 --transport http https://mcp.example4.ai/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "xmp4": {
      "url": "https://mcp.example4.ai/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.xmp4]
url = "https://mcp.example4.ai/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "xmp4": {
      "url": "https://mcp.example4.ai/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "xmp4": {
      "url": "https://mcp.example4.ai/mcp"
    }
  }
}

Available tools 16

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

xmp4
xmp4_callees
Find direct callees (methods called by) a symbol in a project. Navigate step-by-step by calling xmp4_callees again on interesting results.
xmp4_callers
Find direct callers of a symbol in a project. Navigate step-by-step by calling xmp4_callers again on interesting results.
xmp4_deps
List external dependencies of a project.
xmp4_grep
Server-side regex text search over indexed project source files. Free tier: requires file_path (single file). Premium tier (XMP4_PREMIUM_GREP_WALK=true): allows file_glob multi-file walk. Prefer xmp4_tests_for/xmp4_usages for SCIP symbols — grep is for text not indexed (comments, literals, config keys).
xmp4_guide
Usage guide for xmp4 tools — read this first to learn the correct workflow
xmp4_hierarchy
Get type hierarchy (base, interfaces, derived) for a symbol in a project.
xmp4_info
Get detailed information about a symbol in a project.
xmp4_outline
Get outline (all symbols) for a file in a project.
xmp4_projects
Search and browse projects by language and name. Use this first to discover projects, then use other tools with the repo name.
xmp4_search
Search symbols in a project. Use xmp4_projects first to find the project identifier.
xmp4_server
Get server information, version, and capabilities
xmp4_source
Extract source code for a symbol in a project.
xmp4_symbol_at
LSP-style position→symbol lookup. Given (file_path, line, column) returns the symbol whose occurrence covers that cursor position. line is 1-based; column is 0-based. Use after xmp4_outline/xmp4_view when you know coordinates and want the canonical symbol.
xmp4_tests_for
Find direct tests that exercise a given symbol (direct callers filtered to test-file candidates per language pattern: CSharp/Java/PHP: *Test(s).<ext>; Python: test_*.py / *_test.py; TypeScript/JavaScript: *.spec/test.{ts,js}; Rust: *_tests.rs / tests/; etc.).
xmp4_usages
Find all usages/references of a symbol in a project.
xmp4_view
Read a raw file excerpt from an indexed project by line range. Use after xmp4_search/xmp4_outline locates the region of interest, or to expand a truncated xmp4_source snippet. Hard cap of 500 lines per call.

Endpoints

URLTransportStateLatencyChecked
https://mcp.example4.ai/mcp streamable-http answering 165 ms 3 min ago

Alternatives to xmp4 — Semantic code knowledge for your stack

same job, measured the same way
Ucn
by mleoca

Auditable, conserved AST code intelligence for AI agents. JS/TS, Python, Go, Rust, Java, C/C++, C#.

769 installs/wk local only
Codeseeker
by jghiringhelli

Graph-powered code intelligence with semantic search and knowledge graph for AI assistants

315 installs/wk local only
Distillery
by norrietaylor

Knowledge base for Claude Code with semantic search, feed intelligence, and teams

200 installs/wk local only
Vibe Hnindex
by andyanh174

Index source code into a local knowledge base, search with keyword + semantic + hybrid modes.

95 installs/wk local only
Better Code Review Graph
by n24q02m

Token-efficient code review knowledge graph: semantic search and call-graph resolution.

2 785 installs/wk local only
Girder
by dhishwasher

Local semantic code graph: source, definitions, callers, callees, impact, and semantic change review

440 installs/wk local only
Paparats – Local Semantic Code Search MCP
by ibazylchuk

Local-first semantic code search across all your repos. Private context for AI coding assistants.

241 installs/wk local only
Octocode
by muvon

AI-powered code indexer with semantic search and knowledge graphs

467 installs/wk local only

xmp4 — Semantic code knowledge for your stack — questions

Answers built from our own checks of this server.

What can xmp4 — Semantic code knowledge for your stack do?
It exposes 16 tools, read directly from the server on our last check. Among them: xmp4_callees, xmp4_callers, xmp4_deps, xmp4_grep, xmp4_guide, xmp4_hierarchy and 10 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is xmp4 — Semantic code knowledge for your stack working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 174 ms. The bar chart above shows every period we have measured.
How do I connect xmp4 — Semantic code knowledge for your stack?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does xmp4 — Semantic code knowledge for your stack need an API key?
No. xmp4 — Semantic code knowledge for your stack completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 16 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is xmp4 — Semantic code knowledge for your stack?
It answers our handshake in 174 ms on average, which is faster than 72% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is xmp4 — Semantic code knowledge for your stack open source?
Yes — it is published under the Apache-2.0 licence, written in HTML, 0 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.