Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Open-Ledger-MCP-Server
Claim
Official
by
openledger
GitHub
Finance
Databases
TypeScript
Apache 2.0
8
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
Open-Ledger-MCP-Server
src
docker-compose.yml
Dockerfile
.dockerignore
docker-run.sh
.env.example
.gitignore
LICENSE
MCP_USAGE.md
package.json
README.md
run.sh
tsconfig.json
{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "node", "esModuleInterop": true, "strict": true, "outDir": "dist", "rootDir": "src", "declaration": true, "sourceMap": true, "resolveJsonModule": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "types": ["bun-types"] }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }