Teamboard Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Teamboard Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server for TeamBoard. Lets any MCP-aware client (Claude Code, etc.) search and create tasks via the TeamBoard HTTP API.
Add this to your Claude Code MCP config (~/.claude/mcp.json or .mcp.json in any project):
{
"mcpServers": {
"teamboard": {
"command": "npx",
"args": ["-y", "github:your-org/teamboard-mcp"],
"env": {
"TEAMBOARD_BASE_URL": "https://your-teamboard-url.com",
"TEAMBOARD_TOKEN": "tbp_your_personal_token"
}
}
}
}Replace your-org with the actual GitHub org/user, and generate your token from TeamBoard → Profile → API Tokens.
title, projectCode (e.g. TB), type, and priority. Optional: description, assignee, dueDate.npm install
TEAMBOARD_BASE_URL=http://localhost:3000 TEAMBOARD_TOKEN=tbp_xxx node index.js~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.