theseus-kit
Open-source MCP server for inspecting, editing, templating, and publishing TFRobot configuration, with optional A2C-SMCP resources.
README
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.
Development
Requirements: Python 3.11+ and uv.
uv sync --locked --all-groups
uv run theseus-kit
Quality 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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.