useopencompany/jamie
v1.1.0MIT
Search Jamie meeting notes, review transcripts and action items, and manage meeting organization with explicit permission controls.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
jamiestreamable-http
{
"type": "streamable-http",
"url": "https://mcp.meetjamie.ai/mcp"
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "jamie",
"version": "1.1.0",
"description": "Search Jamie meeting notes, review transcripts and action items, and manage meeting organization with explicit permission controls.",
"author": {
"name": "opencompany",
"url": "https://opencompany.com"
},
"homepage": "https://docs.meetjamie.ai/integrations/mcp",
"repository": "https://github.com/useopencompany/plugins/tree/main/jamie",
"license": "MIT",
"keywords": ["jamie", "meetings", "transcripts", "action-items", "meeting-notes"],
"extensions": {
"so.opencompany.capabilities": {
"read": {
"label": "Browse Jamie organization",
"defaultMode": "on",
"tools": ["list_templates", "list_tags"]
},
"query": {
"label": "Read meeting data",
"defaultMode": "ask",
"tools": [
"list_meetings",
"get_meeting",
"get_meeting_transcript",
"search_meetings",
"search_people",
"list_tasks"
]
},
"write": {
"label": "Manage Jamie content",
"defaultMode": "ask",
"tools": [
"create_tasks",
"upsert_template",
"create_tag",
"update_tag",
"set_tag_sharing",
"add_tag_to_meetings",
"remove_tag_from_meetings"
]
},
"draft": {
"label": "Permanently delete tags",
"defaultMode": "off",
"tools": ["delete_tag"]
}
},
"so.opencompany.events": [
{
"id": "meeting.completed",
"label": "Meeting completed",
"description": "Starts a workflow once Jamie has finished a meeting's summary, transcript, and action items.",
"delivery": "webhook",
"filters": [
{
"id": "guests",
"label": "Guests",
"kind": "choice",
"required": false,
"options": [
{ "id": "external", "name": "Outside your company" },
{ "id": "internal", "name": "Internal only" }
]
}
]
}
]
}
}
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- so.opencompany.capabilities
- so.opencompany.events