agents/skills/mcpli/SKILL.md
CLI tool for interacting with MCP (Model Context Protocol) servers. Use when invoking MCP tools, managing MCP servers, or working with MCP-based APIs. Triggers on "MCP server", "mcpli", "invoke MCP tool", or any MCP server interaction.
npx skillsauth add juanibiapina/dotfiles mcpliInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
CLI that turns MCP servers into native commands with tab completion.
mcpli add <name> <url> [--header "key: value"]...
Headers support environment variable expansion with ${VAR_NAME}:
mcpli add myserver https://example.com/mcp/ \
--header 'Authorization: Bearer ${API_TOKEN}'
mcpli list # List all configured servers
mcpli list <server> # List tools for a server
mcpli <server> --help # See all tools on a server
mcpli <server> <tool> --help # See tool description and usage
mcpli <server> <tool> [json-arguments]
Examples:
mcpli myserver get_status # No arguments
mcpli myserver search '{"query": "hello"}' # With JSON arguments
mcpli myserver create_item '{"name": "test", "count": 5}'
mcpli update <server> # Refresh cached tool definitions
mcpli remove <server> # Remove a configured server
mcpli add (fetches and caches tools)mcpli <server> --helpmcpli <server> <tool> --helpmcpli <server> <tool> '{...}'add; use update to refresh~/.config/mcpli/config.jsondevelopment
My end-to-end development flow for any change. Use when fixing a bug, building a feature, or shipping any code change from understanding through production verification.
development
Creating plans. Use it for planning code changes.
tools
Send a message to another running pi session via its Unix socket. Use when the user wants to hand off context to another session, continue a conversation elsewhere, or notify another pi instance.
data-ai
Use when adding, installing, removing, or managing agent skills in this dotfiles repo. Triggers on "add skill", "install skill", "remove skill", "delete skill", "new skill", "manage skills", or any skill management task.