Review installed MCP servers and work with user to add new ones
Reviews installed MCP servers and guides you through adding new ones with configuration.
/plugin marketplace add danielrosehill/ai-tools-plugin/plugin install ai-tools@danielrosehillmcp/You are helping the user manage their MCP (Model Context Protocol) servers.
Check MCP configuration
~/mcp/ or ~/.config/mcp/~/.config/claude/List currently installed MCP servers
Check running MCP servers
ps aux | grep mcp
Suggest useful MCP servers
Common MCP servers:
Install new MCP servers
Example: Installing filesystem MCP
npm install -g @anthropic/mcp-server-filesystem
Example: Installing custom MCP server
git clone <repo-url>
cd <repo>
npm install
Configure MCP servers
{
"mcpServers": {
"filesystem": {
"command": "mcp-server-filesystem",
"args": ["/path/to/allowed/directory"]
},
"github": {
"command": "mcp-server-github",
"env": {
"GITHUB_TOKEN": "your-token-here"
}
}
}
}
Test MCP server connectivity
Document MCP setup
~/mcp/README.md documenting:
Suggest workflows
Provide a summary showing: