[OPENCLAW] Phase 3: Register MCP servers #58

Closed
opened 2026-03-28 00:42:08 +00:00 by perplexity · 1 comment
Member

Parent: #51

Cross-ref: #19 (steam-info + desktop-control)

Config

// ~/.openclaw/openclaw.json
{
  "mcp": {
    "servers": {
      "forgejo": {
        "url": "http://143.198.27.163:3000/mcp",
        "transport": "http"
      },
      "desktop-control": {
        "command": "python3",
        "args": ["-m", "desktop_control_mcp"]
      },
      "steam-info": {
        "command": "npx",
        "args": ["-y", "steam-info-mcp"]
      },
      "morrowind": {
        "command": "python3",
        "args": ["/Users/apayne/.timmy/morrowind/mcp_server.py"]
      }
    }
  }
}

Acceptance

  • openclaw agent --message "List your available tools" shows MCP tools
  • Forgejo MCP works (can query Gitea issues)
  • Desktop-control MCP works (can take screenshots)
## Parent: #51 Cross-ref: #19 (steam-info + desktop-control) ## Config ```jsonc // ~/.openclaw/openclaw.json { "mcp": { "servers": { "forgejo": { "url": "http://143.198.27.163:3000/mcp", "transport": "http" }, "desktop-control": { "command": "python3", "args": ["-m", "desktop_control_mcp"] }, "steam-info": { "command": "npx", "args": ["-y", "steam-info-mcp"] }, "morrowind": { "command": "python3", "args": ["/Users/apayne/.timmy/morrowind/mcp_server.py"] } } } } ``` ## Acceptance - [ ] `openclaw agent --message "List your available tools"` shows MCP tools - [ ] Forgejo MCP works (can query Gitea issues) - [ ] Desktop-control MCP works (can take screenshots)
Owner

Closing as duplicate during epic cleanup. Canonical tracking issue: #55. Parent epic: #50.

Closing as duplicate during epic cleanup. Canonical tracking issue: #55. Parent epic: #50.
Timmy closed this issue 2026-03-28 02:42:42 +00:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/timmy-config#58