Skip to content

piston-mcp #721

@alvii147

Description

@alvii147

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions