PluginBench
MCP Server
Active
Apache-2.0

io.github.RudrenduPaul/teamspend MCP Server

io.github.RudrenduPaul/teamspend

What is the io.github.RudrenduPaul/teamspend MCP server?

Compares AI coding tool spend before and after a migration via MCP tools.

How to install io.github.RudrenduPaul/teamspend

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "teamspend": {
      "command": "uvx",
      "args": [
        "teamspend-cli",
        "--from",
        "teamspend-cli",
        "teamspend-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "teamspend": {
      "command": "uvx",
      "args": [
        "teamspend-cli",
        "--from",
        "teamspend-cli",
        "teamspend-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "teamspend": {
      "command": "uvx",
      "args": [
        "teamspend-cli",
        "--from",
        "teamspend-cli",
        "teamspend-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "teamspend": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "teamspend-cli",
        "--from",
        "teamspend-cli",
        "teamspend-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add teamspend -- uvx teamspend-cli --from teamspend-cli teamspend-mcp

Related MCP servers

Evaluates whether an AI agent is safe to operate internal web apps via an MCP run_suite tool.

1
Python
Apache-2.0
View repository →

Wraps the evolveguard CLI as a single generic MCP tool for agent-skill file safety checks.

1
Python
MIT
View repository →

Traces which neurons and attention heads drive a language model's output via MCP tools.

1
Python
MIT
View repository →

Security scanner for third-party AI agent-skill files (SKILL.md, hooks, scripts) via MCP.

1
TypeScript
Apache-2.0
View repository →

Statistical regression testing for LLM agents: p-value, effect size, and CI on behavior change.

0
Python
Apache-2.0
View repository →

AI agent observability with deterministic record/replay for debugging agent failures.

0
Python
Apache-2.0
View repository →