Skip to content

herhu/Archonmcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

archon-mcp-client

πŸš€ Live: https://archonspecs.dev

A completely silent, standards-compliant Model Context Protocol (MCP) client bridge that natively proxies Claude Desktop stdio requests directly into an Archon Specs SSE remote backend over HTTPS.

Unlike other public MCP proxies, this package guarantees complete stdout JSON-RPC hygiene, preventing log pollution that crashes Claude Desktop's strict parsers.

Usage

You do not need to install this library. Just configure your claude_desktop_config.json to execute it remotely via npx. Find more information and full documentation at https://archonspecs.dev/docs.html.

{
  "mcpServers": {
    "archon-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "archon-mcp-client",
        "https://archonspecs.dev/mcp/sse?apiKey=your_api_key_here"
      ]
    }
  }
}

Archon Specs β€” AI Backend Architecture Compiler

🌐 Website: https://archonspecs.dev
πŸ“š Docs: https://archonspecs.dev/docs.html
πŸ“¦ Library: https://archonspecs.dev/library.html

About

πŸš€ Live: https://archonspecs.dev

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors