mcpbeat Sign in

Meeba Brain MCP Server

by meemoprasad Your server? Claim it
answering

Meeba Brain is answering right now. Last checked 6 min ago. It exposes 5 tools. Last commit 9 Sep 2026.

Repository knowledge graph MCP server for codebase understanding and debugging.

Uptime history 33 days of history · worst day 92%
33 days agonow
100.0%
Uptime 24h
92 of 92 checks
5
Tools
read from the server
216 ms
Response time
average over 24h
1
Stars
last commit 9 Sep 2026

Nothing serious here today

Today is the operative word: we check Meeba Brain 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 6 min ago.

run in your terminal
claude mcp add meeba-brain --transport http https://meeba-context-mcp-469248886325.us-central1.run.app/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "meeba-brain": {
      "url": "https://meeba-context-mcp-469248886325.us-central1.run.app/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.meeba-brain]
url = "https://meeba-context-mcp-469248886325.us-central1.run.app/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "meeba-brain": {
      "url": "https://meeba-context-mcp-469248886325.us-central1.run.app/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "meeba-brain": {
      "url": "https://meeba-context-mcp-469248886325.us-central1.run.app/mcp"
    }
  }
}

Available tools 5

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

callees
get_callees
Every function/method the given function calls -- what it depends on to do its job. Use this to understand a function's behavior by seeing what it delegates to, before assuming what it does from its name alone.
callers
get_callers
Every place in this repo that calls the given function or method -- a COMPLETE list from the parsed call graph, not a best-effort guess. Use this before renaming/changing a function's signature, or when you need to understand a function's blast radius before modifying it.
code
search_code
Hybrid semantic + keyword search over the connected repository's actual indexed content. Use this for open-ended questions ("where is rate limiting implemented?", "how are uploads validated?") where you don't already know an exact symbol or file name -- for those, use get_symbol_definition or get_dependencies instead, they're more precise.
dependencies
get_dependencies
What a specific file imports/depends on. Use this to understand a file's place in the codebase before assuming what's available to it, or before moving/refactoring it.
symbol
get_symbol_definition
Finds where a function, class, or method is actually defined in this repo -- exact file, line range, and signature-relevant metadata (async, decorators, docstring if present). Use this before assuming a symbol's location/signature from memory or from a similarly-named symbol in a different file.

Endpoints

URLTransportStateLatencyChecked
https://meeba-context-mcp-469248886325.us-central1.run.app/mcp streamable-http answering 244 ms 6 min ago

Alternatives to Meeba Brain

same job, measured the same way
Rpg Encoder
by userfrm

Semantic code graph for AI-assisted code understanding via tree-sitter and MCP.

57 installs/wk local only
Socraticode
by giancarloerra

MCP server for local codebase indexing, semantic search, and code dependency graphs.

916 installs/wk local only
Forensic Deepdive
by dhevenddra

Persistent code knowledge graph + 9 composite MCP tools for AI coding agents.

147 installs/wk local only
Hypermnesia MCP Viz
by cdeust

Read-only visualization for Cortex memory, knowledge, sessions, traces, and codebase graphs.

95 installs/wk local only
Instagit
by instagitai

MCP server for Instagit — AI-powered Git repository analysis for coding agents

29 installs/wk local only
Rune
by thecolourfoundation

Evidence-traced codebase understanding and security scanning for AI agents over MCP.

40 installs/wk local only
Code Fundi MCP
by felixwaweru

CodeFundi MCP server for codebase mapping and blast-radius analysis.

23 installs/wk local only
Sense
by luuuc

Codebase understanding for AI coding agents — symbol graph, blast radius, semantic search.

local only

Meeba Brain — questions

Answers built from our own checks of this server.

What can Meeba Brain do?
It exposes 5 tools, read directly from the server on our last check. Among them: get_callees, get_callers, get_dependencies, get_symbol_definition, search_code. 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 Meeba Brain 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 216 ms. The bar chart above shows every period we have measured.
How do I connect Meeba Brain?
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 Meeba Brain need an API key?
No. Meeba Brain completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Meeba Brain?
It answers our handshake in 216 ms on average, which is faster than 65% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Meeba Brain open source?
We cannot say that it is: 1 stars on GitHub, but no licence is declared, and without one the code is not open source by default.