Jamie Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Jamie 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 (Model Context Protocol) server for Jamie AI — the AI meeting assistant. This server allows Claude to interact with your Jamie account: list meetings, read summaries and transcripts, search across meetings, manage tasks, and more.
| Tool | Description |
|---|---|
list_meetings | List meetings with optional filters (date range, email, tag, pagination) |
get_meeting | Get full meeting details: summary, transcript, participants, tasks, tags, calendar event |
delete_meeting | Permanently delete a meeting and all its data (irreversible) |
search_meetings | Semantic search across meeting content (personal key only) |
list_tasks | List action items extracted from meetings |
list_tags | List available tags with colors (personal key only) |
Add this MCP server to your Claude configuration:
{
"mcpServers": {
"jamie": {
"command": "npx",
"args": ["-y", "github:vicampuzano/jamie-mcp"],
"env": {
"JAMIE_API_KEY": "jk_your_api_key_here",
"JAMIE_KEY_TYPE": "personal"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)~/.claude.json or project-level .mcp.jsonJAMIE_API_KEY (required)Your Jamie API key. To generate one:
All keys start with the jk_ prefix. API access requires a Pro, Team, or Enterprise plan.
JAMIE_KEY_TYPE (optional)Determines which API routes are used. Defaults to "personal".
| Value | Routes | Access scope |
|---|---|---|
"personal" | /v1/me/... | Your own meetings + meetings shared with you |
"workspace" | /v1/workspace/... | All meetings in the workspace |
Note:search_meetingsandlist_tagsare only available with a personal key.
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.