Odel
modelbound mcp server

modelbound mcp server

Local
@modelbound1TypeScriptMITUpdated Yesterday

Local-first MCP server for agent skills. Validate, lint, diff, and convert across IDEs.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmodelbound-mcpv0.1.2

Run

npx -y modelbound-mcp

MCP client config

{
  "mcpServers": {
    "modelbound-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "modelbound-mcp"
      ]
    }
  }
}