MCP Server
MCP
io.github.itsconvo/mcp-server
Access your Convo meetings, transcripts, summaries, and action items from any AI assistant.
Install
npx -y @itsconvo/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@itsconvo/mcp-server",
"version": "1.0.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Convo API key (starts with convo_). Get one from Settings in the Convo app.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CONVO_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment