Inspect your MCP tool setup - see context weight, token usage, server dominance, and tool overlaps before your agent runs.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"tare-mcp": {
"command": "npx",
"args": [
"-y",
"nishantmodak/tare-mcp"
]
}
}
}
Run in terminal:
claude mcp add tare-mcp npx -y nishantmodak/tare-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"tare-mcp": {
"command": "npx",
"args": [
"-y",
"nishantmodak/tare-mcp"
]
}
}
}