DEPRECATED — this Python package is superseded by the npm package simmer-mcp. Run: npm install -g simmer-mcp
Project description
simmer-mcp (Python) — DEPRECATED
⚠️ This Python package is deprecated. The Simmer MCP server has moved to npm.
Migrate
Uninstall the Python package and install the npm one:
pip uninstall simmer-mcp
npm install -g simmer-mcp
Then update your agent config from:
{
"mcpServers": {
"simmer": {
"command": "python",
"args": ["-m", "simmer_mcp"]
}
}
}
to:
{
"mcpServers": {
"simmer": {
"command": "npx",
"args": ["-y", "simmer-mcp"],
"env": {
"SIMMER_API_KEY": "sk_live_..."
}
}
}
}
The npm package includes all previous functionality (docs, error troubleshooting) plus skill discovery, skill execution, experiment tracking, and AI market tools.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simmer_mcp-0.99.0.tar.gz.
File metadata
- Download URL: simmer_mcp-0.99.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
738691811c3dc9b4227f53f2e0544d219013285f054cac6ad4480333ad136ccf
|
|
| MD5 |
e1c2eae94f8b19d5e45dc3aa3f6d138d
|
|
| BLAKE2b-256 |
5423d3843b87db371948e6190232f116684033ff8d77b0cd5ec7ee27ea457fc3
|
File details
Details for the file simmer_mcp-0.99.0-py3-none-any.whl.
File metadata
- Download URL: simmer_mcp-0.99.0-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b30b75f2e8d1e4d328d95a6b33b4eab1b7749e937f44d44d5d9fcc2cac3daf42
|
|
| MD5 |
c82dff3c458e86f562a466156edad620
|
|
| BLAKE2b-256 |
188704183087a2f002b59ea781cb1df58bb2d6be857c0668b4f2e01146c54aaa
|