MCP Server
MCP
io.github.ke4qqq/groupsio
MCP server for consuming and managing Groups.io data via the Groups.io REST API
Install
npx -y @ke4qqq/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@ke4qqq/groupsio-mcp-server",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Groups.io API key from https://groups.io/settings/apikeys",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GROUPSIO_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment