Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Browse
  3. Agentmako
  4. vs Raven
Side-by-Side Model Context Protocol Comparison

Agentmako vs Raven

In-depth architectural comparison of the Agentmako and Raven MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.

At a Glance & Executive Verdict

Agentmako
Databases · Local stdio
Quality: 56/100 (Good) | Auth: No auth required
Raven
Databases · Local stdio
Quality: 53/100 (Good) | Auth: No auth required
Verdict Summary: Choose Agentmako if you need specialized Databases tools running via a local process. Choose Raven if your workspace requires Databases integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.

Which MCP Server Should You Choose?

Agentmako logo

Choose Agentmako when:

  • You need dedicated capabilities in the Databases domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
  • You have access to required keys: AGENTMAKO_DB_PATH, AGENTMAKO_LOG_LEVEL.
  • Primary tools included: Local SQLite-backed indexing of code, schema, and diagnostics, MCP server exposing tools like reef_ask, reef_status, reef_verify, and reef_impact, Support for Postgres/Supabase schema snapshots and read-only inspection.
Explore Agentmako Details
Raven logo

Choose Raven when:

  • You need dedicated capabilities in the Databases domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
  • Primary tools included: get_principles, get_pattern, get_business_strategy.

Feature & Specification Comparison

Specification
Agentmako logo
Agentmako
drhalto
Databases
Raven logo
Raven
Databases
SummaryLocal-first codebase intelligence engine. Gives coding agents structured context packets, indexed code/schema facts, and diagnostics over MCP, backed by a local SQLite store — so agents stop rediscovering your repo with raw grep. Optional Postgres/Supabase awareness and a bundled Claude Code plugin.Design intelligence for AI-generated UI — principles, patterns, content, brand, design tokens.
Category & ScopeDatabases

Tools & Capabilities Breakdown

Agentmako Tools (6)

Local SQLite-backed indexing of code, schema, and diagnostics
MCP server exposing tools like reef_ask, reef_status, reef_verify, and reef_impact
Support for Postgres/Supabase schema snapshots and read-only inspection
Hot-reloaded YAML rule packs for custom linting and cross-file rules
Integration with TypeScript, ESLint, Oxlint, Biome, and staged git diagnostics
Bundled Claude Code plugin for enhanced agent capabilities

Ready-to-Paste Client Configurations

Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).

Agentmako Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "drhalto-agentmako": {
      "command": "npx",
      "args": [
        "-y",
        "agentmako"
      ],
      "env": {
        "AGENTMAKO_DB_PATH": "YOUR_AGENTMAKO_DB_PATH_HERE",
        "AGENTMAKO_LOG_LEVEL": "YOUR_AGENTMAKO_LOG_LEVEL_HERE"
      }
    }
  }
}
Raven Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "raven": {
      "command": "npx",
      "args": [
        "-y",
        "/"
      ]
    }
  }
}

Frequently Asked Questions

Agentmako is categorized under Databases and uses a local stdio subprocess. In contrast, Raven belongs to Databases using local stdio subprocess. Select Agentmako when you need capabilities focused on databases and Raven when you require tools for databases.

More alternatives to AgentmakoMore alternatives to RavenDatabases category hub

Related MCP Server Comparisons

Popular comparisons with Agentmako

  • AllMCPs Server logoAgentmako vs AllMCPs Server
  • Genai Toolbox logoAgentmako vs Genai Toolbox
  • Mysql Mcp Server logoAgentmako vs Mysql Mcp Server
  • Mcp Sqlite logoAgentmako vs Mcp Sqlite

Popular comparisons with Raven

Explore Raven Details
Databases
Quality signal56/100 (Good)53/100 (Good)
Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
Auth RequirementNo auth requiredNo auth required
Pricing ModelFree / Open SourceFree / Open Source
Required Env Vars
AGENTMAKO_DB_PATHAGENTMAKO_LOG_LEVEL
None required
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signalnpx · highnpx · high
Engagement & Health 1 views 0 copies 0 upvotes 51 stars 0 views 0 copies 0 upvotes 4 stars
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Agentmako ListingView Raven Listing

Raven Tools (63)

get_principles
Get design principles relevant to a UI context
get_pattern
Get proven patterns for a specific UI type
get_business_strategy
Get business/monetization strategies
evaluate_design
Evaluate a design description against principles. Pass base64 PNG screenshots (`before_screenshot`/`after_screenshot`) for a structured before/after pixel diff with `fix_confirmed`, `changed_ratio`, and changed region. Pass `compact: true` to return only scores and violations (drops full principle/…
search_knowledge
Search across all principles, patterns, and strategies
get_checklist
Get a pre-publish checklist for a UI type
get_d4d_framework
Get Design for Delight framework templates
list_design_systems
Browse available design systems
get_design_system
Get tokens for a specific design system
compose_system
Mix tokens from different systems
get_brand_system
Get a full system styled like a well-known brand
audit_page
Audit HTML/CSS against Raven's quality standards — pass `html` for static audit, or `url` to render headless with optional `scroll_settle` (step through reveal gates, then return to top) and `viewport` parameters; `containerMaxWidth` makes container checks token-aware. Also flags inline SVG icons t…
+51 more tools listed on main page
AllMCPs Server logo
Raven vs AllMCPs Server
  • Genai Toolbox logoRaven vs Genai Toolbox
  • Mysql Mcp Server logoRaven vs Mysql Mcp Server
  • Airtable Mcp Server logoRaven vs Airtable Mcp Server