-
Notifications
You must be signed in to change notification settings - Fork 373
Open
Description
Hi there! Long time user of Piston here! I've recently built piston-mcp, an MCP server for Piston. It's designed to allow users to connect LLMs to the publicly deployed Piston (or any deployment of Piston, really) to their LLMs. The README has instructions on how to use it, but basically all you need is to add the following to your LLM's configuration:
{
"mcpServers": {
"piston": {
"command": "uv",
"args": [
"tool",
"run",
"--from",
"git+https://github.com/alvii147/piston-mcp.git@main",
"piston_mcp"
]
}
}
}I'd love for this to be officially endorsed as an extension! Let me know if you had any questions or if you'd like me to adjust it in any way. Thanks!
Metadata
Metadata
Assignees
Labels
No labels