repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | --- |
| #2 | name: mcporter |
| #3 | description: Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation. |
| #4 | homepage: http://mcporter.dev |
| #5 | metadata: {"clawdbot":{"emoji":"📦","requires":{"bins":["mcporter"]},"install":[{"id":"node","kind":"node","package":"mcporter","bins":["mcporter"],"label":"Install mcporter (node)"}]}} |
| #6 | --- |
| #7 | |
| #8 | # mcporter |
| #9 | |
| #10 | Use `mcporter` to work with MCP servers directly. |
| #11 | |
| #12 | Quick start |
| #13 | - `mcporter list` |
| #14 | - `mcporter list <server> --schema` |
| #15 | - `mcporter call <server.tool> key=value` |
| #16 | |
| #17 | Call tools |
| #18 | - Selector: `mcporter call linear.list_issues team=ENG limit:5` |
| #19 | - Function syntax: `mcporter call "linear.create_issue(title: \"Bug\")"` |
| #20 | - Full URL: `mcporter call https://api.example.com/mcp.fetch url:https://example.com` |
| #21 | - Stdio: `mcporter call --stdio "bun run ./server.ts" scrape url=https://example.com` |
| #22 | - JSON payload: `mcporter call <server.tool> --args '{"limit":5}'` |
| #23 | |
| #24 | Auth + config |
| #25 | - OAuth: `mcporter auth <server | url> [--reset]` |
| #26 | - Config: `mcporter config list|get|add|remove|import|login|logout` |
| #27 | |
| #28 | Daemon |
| #29 | - `mcporter daemon start|status|stop|restart` |
| #30 | |
| #31 | Codegen |
| #32 | - CLI: `mcporter generate-cli --server <name>` or `--command <url>` |
| #33 | - Inspect: `mcporter inspect-cli <path> [--json]` |
| #34 | - TS: `mcporter emit-ts <server> --mode client|types` |
| #35 | |
| #36 | Notes |
| #37 | - Config default: `./config/mcporter.json` (override with `--config`). |
| #38 | - Prefer `--output json` for machine-readable results. |
| #39 |