MCP Catalogs
HomeCorbell screenshot

Corbell

by Corbell-AI·208·Score 50

MCP server providing architecture graph intelligence, code search, and spec generation tools for backend teams.

knowledge-graphdeveloper-toolsai-llm
21
Forks
2
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

Corbell is a comprehensive architecture intelligence tool that transforms codebases into queryable knowledge graphs. It offers MCP tools for service dependency queries, architecture context discovery, and semantic code search across multi-repo systems. The platform helps teams generate specifications that respect established patterns, review architectural decisions against actual code structure, and export task breakdowns to project management tools. All features run locally with no cloud dependencies, using SQLite for graph storage and supporting multiple LLM providers.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Discover cross-service dependencies and call paths before implementing features
you:Generate architecture specifications that respect established patterns
you:Automatically decompose specs into Linear/Jira tasks with full context
you:What file systems does Corbell support?
you:How does Corbell ensure security?

When to choose this

Teams with complex multi-repo architectures needing AI-powered documentation and specification generation that respects established patterns.

When NOT to choose this

Teams working on small, single-repo projects without significant architectural complexity or needing real-time collaboration features.

Tools this server exposes

4 tools extracted from the README
  • graph_query

    Query service dependencies, methods, and call paths

  • get_architecture_context

    Auto-discover relevant services for a feature description

  • code_search

    Semantic search across the code embedding index

  • list_services

    List all services in the workspace graph

Comparable tools

graph-mcpcodegraph-mcparchitect-assistant

Installation

Install Corbell via pip:

pip install corbell
# With LLM support:
pip install "corbell[anthropic]"    # Claude
# Or for MCP:
corbell mcp serve

For Claude Desktop integration:

{
  "mcpServers": {
    "corbell": {
      "command": "corbell",
      "args": ["mcp", "serve"]
    }
  }
}

FAQ

What file systems does Corbell support?
Corbell works with any Git repository regardless of hosting (GitHub, GitLab, Bitbucket, etc.) and supports multiple programming languages including Python, JavaScript, TypeScript, Go, Java, C#, Rust, Ruby, and PHP.
How does Corbell ensure security?
All processing happens locally on your machine with no cloud dependencies. Code embeddings and architecture graphs are stored locally in SQLite. No code or context is sent to external servers unless you explicitly configure an LLM provider.

On Hacker News

Recent discussion from the developer community.

Compare Corbell with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.