Archonmcp
@herhu
Archonmcp について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"archon-mcp": {
"command": "npx",
"args": [
"-y",
"archon-mcp-client",
"https://archonspecs.dev/mcp/sse?apiKey=your_api_key_here"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Archonmcp?
Archonmcp is a silent, standards-compliant Model Context Protocol (MCP) client bridge that proxies Claude Desktop’s stdio requests directly into an Archon Specs SSE remote backend over HTTPS. It is designed for developers who need a clean, log-free proxy that prevents stdout JSON-RPC pollution, which can crash Claude Desktop’s strict parsers.
How to use Archonmcp?
No installation is required. Configure claude_desktop_config.json to execute the client remotely via npx with the Archon Specs SSE endpoint and your API key. Full documentation is available at https://archonspecs.dev/docs.html.
Key features of Archonmcp
- Completely silent operation – no extraneous stdout logs.
- Natively bridges Claude Desktop stdio to SSE remote backend.
- Guarantees JSON-RPC hygiene for stable Claude Desktop usage.
- Zero-install usage via
npx. - Runs over HTTPS for secure communication.
- Publicly live at https://archonspecs.dev.
Use cases of Archonmcp
- Connecting Claude Desktop to Archon Specs remote architecture compiler backend.
- Replacing local MCP servers with a clean remote proxy without log interference.
- Ensuring stable Claude Desktop operation when using MCP tools over a network.
- Quickly prototyping or testing Archon Specs features from Claude Desktop.
FAQ from Archonmcp
Do I need to install the library?
No. You only need to configure your Claude Desktop configuration file (claude_desktop_config.json) to run it via npx.
How do I configure Archonmcp for Claude Desktop?
Add the provided JSON snippet to your claude_desktop_config.json, replacing your_api_key_here with your actual API key. The command uses npx to fetch and run the latest version of the client.
What transport does Archonmcp use?
It proxies Claude Desktop’s stdio requests into Archon Specs’ Server-Sent Events (SSE) remote backend over HTTPS.
Where can I get an API key and more documentation?
Full documentation, including API key acquisition, is available at https://archonspecs.dev/docs.html.
「その他」の他のコンテンツ
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Servers
modelcontextprotocolModel Context Protocol Servers
コメント