MCP Server
MCP
Recite MCP
Local MCP server for Recite receipt processing with ledger and memory tools.
Install
uvx recite-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "recite-mcp",
"version": "0.1.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Recite API key used for receipt processing requests.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "RECITE_API_KEY"
},
{
"description": "Optional local data directory for config, ledger, and memory files.",
"format": "string",
"name": "RECITE_HOME"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment