Skip to content

cloud-apim/otoroshi-mcp-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Otoroshi MCP local proxy

Configure Claude Desktop

  • Locate your config file:
    Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
    Windows: %APPDATA%\Claude\claude_desktop_config.json
    Linux: ~/.config/Claude/claude_desktop_config.json
    
  • Add otoroshi configuration:
    {
      "mcpServers": {
        "otoroshi-mcp-proxy": {
          "command": "npx",
          "args": ["-y", "github:cloud-apim/otoroshi-mcp-proxy"],
          "env": {
            "OTOROSHI_ENDPOINT": "http://mcp.oto.tools:9999/rpc",
            "OTOROSHI_TOKEN": "otoapk_apki_aaaabbbbbccccyyyy_c0d6b8a3dec46307bf0939ea8862eb62d8"
          }
        }
      }
    }
    

Env. variables

  • OTOROSHI_ENDPOINT: your otoroshi proxy endpoint url
  • OTOROSHI_TOKEN: your otoroshi apikey to acces your proxy
  • OTOROSHI_TRANSPORT: possible values are http, sse, ws, legacy

About

A local MCP proxy backed by an otoroshi endpoint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published