Back to Browse

Meeba Brain Marketplace MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Repository knowledge graph MCP server for codebase understanding and debugging.

About

Repository knowledge graph MCP server for codebase understanding and debugging.

Remote endpoints: streamable-http: https://meeba-context-mcp-469248886325.us-central1.run.app/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-meemoprasad-meeba-brain": {
      "url": "https://meeba-context-mcp-469248886325.us-central1.run.app/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Meeba Brain MCP

Repository Knowledge Graph for Cursor

Give your AI coding assistant a structural understanding of your codebase.

Meeba Brain MCP connects Cursor to Meeba Brain's repository knowledge graph, helping it understand how functions, files, services, and dependencies are connected.

Instead of relying only on text search, Cursor can use Meeba Brain's structural context to investigate unfamiliar code, trace relationships, and reason about changes with better grounding.

Why Meeba Brain?

Text search helps you find where a name or phrase appears.

A knowledge graph helps you understand how the code is connected.

For example, instead of only finding refundOrder, you can investigate:

  • Which services call this function?
  • What does this function call?
  • How does this API connect to the underlying implementation?
  • Which parts of the codebase may be affected by this change?

The difference is not simply finding more text. It is understanding the relationships between the code.

How does this help with the correct fix?

When debugging, the file showing the error is not always the file causing the problem.

A bug may involve several connected components:

API route → service → worker → dependency

Without understanding those relationships, an AI assistant may suggest a plausible fix that changes the wrong layer or misses an affected caller.

Meeba Brain provides Cursor with repository-grounded structural context so Cursor can investigate the relevant relationships before proposing a change.

This helps Cursor identify the relevant code, understand potential impact, and propose better-informed fixes.

Meeba Brain does not guarantee that every fix is correct. Its purpose is to give Cursor better evidence and structural context for reaching the right fix.

What the MCP provides

Meeba Brain MCP provides access to repository knowledge graph capabilities, including:

  • Symbol relationships
  • Callers and callees
  • Dependencies
  • Repository structure
  • Structural context for code investigation

How to use Meeba Brain MCP

Meeba Brain MCP requires a connected, indexed repository.

The repository is connected and indexed on Meeba Brain, not inside Cursor.

1. Create your account

Go to:

https://meeba.ai/brain

2. Connect your repository

After signing in, connect the repository you want to investigate on Meeba Brain.

3. Wait for indexing to finish

Meeba Brain needs to build the repository's structural knowledge graph.

Wait until indexing is complete before connecting the MCP to Cursor.

4. Enable MCP and get your key

Open the MCP connection page:

https://meeba.ai/brain/connect

Enable MCP and copy the key provided by Meeba Brain.

Keep this key private.

5. Add Meeba Brain MCP to Cursor

In Cursor:

  1. Open Settings.
  2. Go to Tools & Integrations → MCP.
  3. Click Add Custom MCP or Add New MCP Server.
  4. Select the HTTP / remote MCP connection option.
  5. Enter the Meeba Brain MCP server URL shown on the connection page.
  6. Add the authentication header using your Meeba Brain MCP key.
  7. Save the configuration.

Use the exact server URL and authentication header shown in Meeba Brain.

6. Enable the server in Cursor

After saving the configuration, open the MCP settings and make sure Meeba Brain is enabled.

7. Ask Cursor a question about your codebase

Open your repository in Cursor and ask a question such as:

"Which services call refundOrder()?"

"Explain how this feature flows through the codebase."

"What could be affected if I change this API?"

"Trace the code flow from this route to the implementation."

"Why is this function being called?"

Start with one real function, dependency, or bug you want to understand.

Important distinction

Meeba Brain MCP is not a replacement for Cursor.

It is a repository knowledge graph integration that gives Cursor additional structural context.

Cursor remains responsible for the coding conversation, reasoning, and code changes.

Meeba Brain provides the repository intelligence that helps make that reasoning more grounded.

Best for

  • Developers working in unfamiliar repositories
  • Debugging code that spans multiple files or services
  • Understanding dependencies before making changes
  • Investigating the impact of a refactor
  • Developers who want more structural grounding from their AI coding assistant

Get started

Learn about Meeba Brain:

https://meeba.ai/brain

Connect your repository and enable MCP:

https://meeba.ai/brain/connect

Understand the relationships. Investigate the evidence. Make better-informed changes.

Reviews

No reviews yet

Be the first to review this server!