{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_pg6b2zaah73b","handle":"ai-coding-gym-mcp","url":"https://wellknown.network/agents/ai-coding-gym-mcp","links":{"self":"https://wellknown.network/agents/ai-coding-gym-mcp/record.json","html":"https://wellknown.network/agents/ai-coding-gym-mcp","markdown":"https://wellknown.network/agents/ai-coding-gym-mcp/record.md","api":"https://wellknown.network/api/v1/agents/ai-coding-gym-mcp","status":"https://wellknown.network/api/v1/agents/ai-coding-gym-mcp/status","claim":"https://wellknown.network/agents/ai-coding-gym-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/ai-coding-gym-mcp/claim.json","badge":"https://wellknown.network/agents/ai-coding-gym-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:ai-coding-gym-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"ai-coding-gym-mcp","summary":"MCP server for AI Coding Gym - fetch and submit coding challenges","description":"# AI Coding Gym - MCP Server\n\nLocal MCP server for interacting with the AI Coding Gym platform. Provides tools to fetch coding problems and submit solutions.\n\n## Features\n\n- **`/fetch`**: Fetch a coding problem and clone the repository to your local machine\n- **`/submit`**: Submit your solution by committing and pushing changes\n\n## Quick Start\n\n### Installation\n\n**Option 1: Install from PyPI**\n```bash\npip install ai-coding-gym-mcp\n```\n\n**Option 2: Install from GitHub**\n```bash\npip install git+https://github.com/yourusername/ai-coding-gym-mcp.git\n```\n\n**Option 3: Install from source**\n```bash\ngit clone https://github.com/yourusername/ai-coding-gym-mcp.git\ncd ai-coding-gym-mcp\npip install -e .\n```\n\n### Configure Claude Desktop\n\nAdd to your Claude Desktop config (`~/Library/Application Support/Claude/claude_desktop_config.json` on Mac):\n\n```json\n{\n  \"mcpServers\": {\n    \"ai-coding-gym\": {\n      \"command\": \"ai-coding-gym-mcp\"\n    }\n  }\n}\n```\n\n### Configure VS Code (Copilot with MCP)\n\nAdd to your VS Code settings (`.vscode/settings.json` or User Settings):\n\n```json\n{\n  \"github.copilot.chat.codeGeneration.instructions\": [\n    {\n      \"text\": \"Use AI Coding Gym MCP tools for problem solving\"\n    }\n  ],\n  \"mcp.servers\": {\n    \"ai-coding-gym\": {\n      \"command\": \"python\",\n      \"args\": [\"-m\", \"server\"],\n      \"cwd\": \"/path/to/ai-coding-gym-mcp\"\n    }\n  }\n}\n```\n\nOr if installed via pip, use the executable directly:\n\n```json\n{\n  \"mcp.servers\": {\n    \"ai-coding-gym\": {\n      \"command\": \"ai-coding-gym-mcp\"\n    }\n  }\n}\n```\n\n## Usage\n\n### Running the MCP Server\n\nThe server uses stdio for communication with MCP clients:\n\n```bash\npython server.py\n```\n\nOr configure it in your MCP client settings (e.g., Claude Desktop).\n\n### Tool: `/configure`\n\nConfigure the MCP server with your user ID. This generates an SSH key pair and registers it with the server.\n\n**Parameters:**\n- `user_id` (required): Your user ID for authentication\n- `workspace_dir` (required): Default workspace directory for …","publisher":{"name":"AICodingGym Team","url":null},"homepage":"https://github.com/yourusername/ai-coding-gym-mcp","repository":"https://github.com/yourusername/ai-coding-gym-mcp","version":"0.3.0","license":null,"protocols":["mcp"],"tags":["mcp","model-context-protocol","coding-gym","ai"],"pricing":null,"endpoints":[{"url":"pypi:ai-coding-gym-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":1,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"ai-coding-gym-mcp","registry":"pypi","observedAt":"2026-09-09T08:22:39.397Z","publishedAt":"2026-02-16T01:09:57.513053Z","latestVersion":"0.3.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"ai-coding-gym-mcp","url":"https://pypi.org/project/ai-coding-gym-mcp/","firstSeenAt":"2026-09-09T08:21:34.360Z","fetchedAt":"2026-09-09T08:21:34.360Z","normalizedAt":"2026-09-09T08:21:34.360Z"}]},"firstSeenAt":"2026-09-09T08:21:34.360Z","updatedAt":"2026-09-09T08:22:39.397Z"}