MCP Server
MCP
io.github.codespar/mcp-alegra
Alegra — cloud accounting for LATAM (Colombian-founded)
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-alegra",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Account email for Alegra",
"isRequired": true,
"format": "string",
"name": "ALEGRA_EMAIL"
},
{
"description": "API token for Alegra",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ALEGRA_API_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment