Mmcp.market

Meeba Brain MCP server

by meemoprasad·io.github.meemoprasad/meeba-brain·v1.0.1

Repository knowledge graph MCP server for codebase understanding and debugging.

A91/100grade A
What users say
No reviews yet
Be the first
Safety scan
A91/100

full report

Adoption
Growing

1 stars

Reviews

Write one

Nobody has reviewed Meeba Brain yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Meeba Brain tools (5)

write = sends, deletes, buys or posts
  • get_calleesFree

    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.

  • get_callersFree

    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.

  • get_dependenciesFree

    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.

  • get_symbol_definitionFree

    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.

  • search_codeFree

    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.

Public scan report

scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it

no findings
  • Code scanremote-only server, no package to scann/a
  • Live reliabilityremote reachable in 214ms20/20
  • Tool poisoning5 tool descriptions checked15/15
  • Auth qualityopen endpoint, read-only tools10/15
  • Maintenancelast push 10 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 91/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

claude mcp add --transport http meeba-brain https://meeba-context-mcp-469248886325.us-central1.run.app/mcp
Add to Cursor

Meeba Brain: common questions

Is Meeba Brain MCP server safe?
Yes, by our scan: it is graded A (91/100). Read the Meeba Brain safety report
How do I install Meeba Brain?
It runs remotely at meeba-context-mcp-469248886325.us-central1.run.app. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does Meeba Brain need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Meeba Brain maintained?
The last commit was 11 days ago (2026-09-09). The latest release is v1.0.1.
Is Meeba Brain up?
100% of our last 5 checks got an answer. We check remote servers about four times a day.
What can I use instead of Meeba Brain?
Servers from other publishers that do the same job: Codebase Memory MCP server and Kin MCP server.

Alternatives to Meeba Brain

Same job from other publishers: the closest match first, then the best rated.

  • Codebase Memory
    Codebase knowledge graph for AI agents — 162 languages, sub-ms queries, 99% fewer tokens.
    C
  • Kin
    A graph-native code repository for people and AI agents.
    A

More from meemoprasad