Skip to main content

MCP server that gives AI agents Simmer's API docs and error troubleshooting

Project description

simmer-mcp

MCP server that gives AI agents Simmer's API documentation and error troubleshooting.

Who is this for?

Local AI setups — Claude Desktop, Claude Code, Cursor, or any MCP-compatible client running on your machine. The server runs as a local stdio subprocess alongside your AI tool.

Not for cloud-hosted Clawbots. If your Clawbot runs on Railway/Render/etc., it already gets Simmer docs via the /simmer skill at runtime. You don't need this package — and adding mcpServers to openclaw.json will break your config (OpenClaw doesn't support that key).

Install

pip install simmer-mcp

Setup

Add to your MCP client config (Claude Desktop, Cursor, etc.):

{
  "mcpServers": {
    "simmer": {
      "command": "python",
      "args": ["-m", "simmer_mcp"]
    }
  }
}

Warning: Do NOT add mcpServers to openclaw.json — OpenClaw doesn't support this key and it will prevent the gateway from starting. This config goes in your MCP client's config file (e.g. Claude Desktop's claude_desktop_config.json).

Your agent now has full Simmer API docs in context and can call troubleshoot_error("not enough balance") when something fails.

What it does

  • API docs as context — serves docs.md and skill.md as MCP resources so your agent has the full Simmer API reference in working memory
  • Error lookuptroubleshoot_error() tool matches common API errors to one-liner fixes

Resources

Resource Description
simmer://docs/api-reference Full API reference (~2400 lines)
simmer://docs/skill-reference Condensed agent reference (~600 lines)

Tools

Tool Description
troubleshoot_error(error_text) Match an error against known patterns, get a fix

Docs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simmer_mcp-0.2.0.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

simmer_mcp-0.2.0-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file simmer_mcp-0.2.0.tar.gz.

File metadata

  • Download URL: simmer_mcp-0.2.0.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.8

File hashes

Hashes for simmer_mcp-0.2.0.tar.gz
Algorithm Hash digest
SHA256 41696d98eb3f4444f822c4e2bb43bd39bdad518aa34520f19bc9208d65a7556f
MD5 474dd451467536212fc75affd5e2034e
BLAKE2b-256 236f65b758d0ff478111cccc0e8e6c7926eb1e2467b0e14c390193276b291add

See more details on using hashes here.

File details

Details for the file simmer_mcp-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: simmer_mcp-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 4.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.8

File hashes

Hashes for simmer_mcp-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3c3ee9f3e86d9a2add4af60858583b7379d5584362b5db8207cecc58b3f5bfbb
MD5 c2410bc69ae1d7f176a064b7bd189dae
BLAKE2b-256 9e8f9a00fe2df2858cb72dc7c63c95c9116ede8435d71b411669a2ac9d5753b8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page