PluginBench
MCP Server
Active
Apache-2.0

Heddle MCP Server

io.github.davet47/heddle

What is the Heddle MCP server?

Content-addressed contracts and a verification cache that cut agent context by skipping proven code.

How to install Heddle

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "heddle": {
      "command": "uvx",
      "args": [
        "heddle-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "heddle": {
      "command": "uvx",
      "args": [
        "heddle-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "heddle": {
      "command": "uvx",
      "args": [
        "heddle-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "heddle": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "heddle-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add heddle -- uvx heddle-mcp

Related MCP servers

Hashloom

Active

Content-addressed contracts and a verification cache that cut agent context by skipping proven code.

2
Python
Apache-2.0
View repository →