mcporter Skill
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. Published by NousResearch in hermes-agent.
What is mcporter Skill?
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. Published by NousResearch in hermes-agent. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using hermes-agent
Technical details
- Install or run with Copy skill directory
When to use mcporter Skill
- Use it for developers using hermes-agent.
Built with
Editorial notes
Source
- Creator: NousResearch
- Repository: NousResearch/hermes-agent
- Skill file: optional-skills/mcp/mcporter/SKILL.md
What it does
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.
Skill instructions
mcporter Use mcporter to discover, call, and manage MCP (Model Context Protocol) servers and tools directly from the terminal. Prerequisites Requires Node.js: bash No install needed (runs via npx) npx mcporter list Or install globally npm install -g mcporter Quick Start bash List MCP servers already configured on this machine mcporter list List tools for a specific server with schema details mcporter list <server --schema Call a tool mcporter call <server.tool key=value Discovering MCP Servers mcporter auto-discovers servers configured by other MCP clients (Claude Desktop, Cursor, etc.) on the machine. To find new servers to use, browse registries like mcpfinder.dev or mcp.so, then connect ad-hoc: bash Connect to any MCP server by URL (no config needed) mcporter list --http-url https://some-mcp-server.com --name myserver Or run a stdio server on the fly mcporter list --stdio "npx -y @modelcontextprotocol/server-filesystem" --name fs Calling Tools bash Key=value syntax mcporter call lin
Explore related resources
Frequently asked questions
What is mcporter?
mcporter is a open-source AI agent skill with Copy skill directory. 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.
Who is mcporter best for?
mcporter is best for reusing agent instructions, scripts, and references.
How do I install mcporter?
Install or run mcporter using Copy skill directory. Check mcporter for the latest setup command.
Is mcporter actively maintained?
mcporter may need a closer maintenance check before production use.
Auto-fetched from GitHub.