{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_kanwfuxsaq5q","handle":"executor-mcp","url":"https://wellknown.network/agents/executor-mcp","links":{"self":"https://wellknown.network/agents/executor-mcp/record.json","html":"https://wellknown.network/agents/executor-mcp","markdown":"https://wellknown.network/agents/executor-mcp/record.md","api":"https://wellknown.network/api/v1/agents/executor-mcp","status":"https://wellknown.network/api/v1/agents/executor-mcp/status","claim":"https://wellknown.network/agents/executor-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/executor-mcp/claim.json","badge":"https://wellknown.network/agents/executor-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/executor-mcp/history","tools":"https://wellknown.network/api/v1/agents/executor-mcp/tools"},"ard":{"identifier":"urn:air::server:executor-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"executor-mcp","summary":"MCP server for managing interactive CLI binary processes","description":"# Executor MCP Server\n\nAn MCP (Model Context Protocol) server for managing interactive CLI binary processes. This server enables AI assistants to launch persistent binary processes, send stdin commands, and read stdout/stderr responses over time.\n\n## Features\n\n- **Persistent Process Management**: Launch binaries that run in the background\n- **Interactive I/O**: Send commands to stdin and read from stdout/stderr\n- **Output Buffering**: Keeps last 1000 lines in memory per stream\n- **Comprehensive Logging**: All I/O is logged to timestamped files\n- **Multiple Process Support**: Manage multiple binaries simultaneously\n- **Real-time Output**: Background tasks continuously capture output\n\n## Important Note\n\nThis MCP server uses **stdio transport** for communication with MCP clients (like Claude Desktop). This is separate from the stdin/stdout of the binaries being managed. The server manages the stdin/stdout of your target binaries independently.\n\n## Installation\n\n### From Source\n\n```bash\n# Clone or navigate to the directory\ncd skills/mcp-builder/runner\n\n# Install in development mode\npip install -e .\n\n# Or install from the directory\npip install .\n```\n\n### Dependencies\n\n- Python >= 3.10\n- mcp >= 1.1.0\n- pydantic >= 2.0.0\n\n## Usage\n\n### Starting the MCP Server\n\nThe server runs using stdio transport (default for MCP):\n\n```bash\nexecutor-mcp\n```\n\nOr run directly:\n\n```bash\npython executor_mcp.py\n```\n\n### Configuration\n\nConfigure via environment variable:\n\n```bash\nexport EXECUTOR_LOG_DIR=\"$HOME/.executor-mcp/logs\"\nexecutor-mcp\n```\n\nDefault log directory: `.executor-mcp/`\n\n### Configuring with Claude Desktop\n\nAdd to your Claude Desktop configuration:\n\n**MacOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`\n\n**Windows**: `%APPDATA%\\Claude\\claude_desktop_config.json`\n\n**Linux**: `~/.config/Claude/claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"executor\": {\n      \"command\": \"python\",\n      \"args\": [\"/absolute/path/to/executor_mcp.py\"],\n      \"env\"…","publisher":null,"homepage":null,"repository":null,"version":"0.1.3","license":"Apache-2.0","protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:executor-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"dev.filesystem","name":"Filesystem","confidence":0.802,"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":"executor-mcp","registry":"pypi","observedAt":"2026-09-15T14:27:01.919Z","publishedAt":"2026-04-15T04:57:05.207263Z","latestVersion":"0.1.3"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"executor-mcp","url":"https://pypi.org/project/executor-mcp/","firstSeenAt":"2026-09-09T15:22:06.984Z","fetchedAt":"2026-09-15T14:25:14.335Z","normalizedAt":"2026-09-15T14:25:14.335Z"}]},"firstSeenAt":"2026-09-09T15:22:06.984Z","updatedAt":"2026-09-15T14:27:01.919Z"}