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.1.1.tar.gz (4.8 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.1.1-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: simmer_mcp-0.1.1.tar.gz
  • Upload date:
  • Size: 4.8 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.1.1.tar.gz
Algorithm Hash digest
SHA256 14386d66d928d9b752dbbce334819b3869c176f9f112552cfbea6b89e444b365
MD5 8318526df5f054c136431b2ada423cf6
BLAKE2b-256 eaabebfab3b963444c9c93d4e6c41dd8012628b5c929e2b33683857b6c5b10aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simmer_mcp-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 5.4 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.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 50e7fbd059edb1a3dbdac01adcef4fde80a8368a3a928d6464182ca6b44258c1
MD5 1fda52dcb5bd9d4a4943ab64f5779e63
BLAKE2b-256 93d1c5450f28a081194efa1a2ab093cb97238b1cc724f63a3e2ad38b62ff47f7

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