theseus-kit
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@theseus-kitRead the current draft configuration"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
theseus-kit
theseus-kit is an open-source MCP server for inspecting, editing, templating,
and publishing TFRobot configuration. It speaks standard MCP so it can run in
any MCP-capable client, and exposes optional A2C-SMCP-compatible window:// and
skill:// resources when hosted by an A2C Computer.
Status: project scaffold only. The 0.1.0 behavior is tracked in the GitHub milestone and its issues; configuration mutation tools are not implemented yet.
Intended 0.1.0 surface
Read Draft, Template, and Online configuration without returning secrets.
Update an existing draft.
Save a draft as a reusable template.
Validate and publish the draft configuration.
Expose a compact configuration summary and the most recently opened detail through
window://com.a2c-smcp.theseus-kit/...resources.Distribute task-focused editing guidance through A2C-SMCP
skill://resources while remaining a valid standard MCP server.Reuse the robot's
/llms.txtand/v1/factory/llm-docs/**documentation as the source of truth for version-specific configuration guidance.
The progressive-disclosure contract for large configurations is intentionally not frozen in this scaffold. Its alternatives and acceptance criteria are tracked as a blocking 0.1.0 design issue for maintainer approval.
Related MCP server: FastMCP Server Template
Development
Requirements: Python 3.11+ and uv.
uv sync --locked --all-groups
uv run theseus-kitQuality checks:
uv run poe ci
uv run poe build
uv run poe package-check常用任务可通过 uv run poe --help 查看。版本更新和 PyPI/TestPyPI
Trusted Publishing 流程见 发布文档。
The executable currently starts an empty MCP server over stdio. Tools and resources will land incrementally under the 0.1.0 milestone.
Protocol references
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/A2C-SMCP/theseus-kit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server