Archonmcp
@herhu
About Archonmcp
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"archon-mcp": {
"command": "npx",
"args": [
"-y",
"archon-mcp-client",
"https://archonspecs.dev/mcp/sse?apiKey=your_api_key_here"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
ghidraMCP
LaurieWiredMCP Server for Ghidra
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments