Cashew Expense Tracker MCP Server
@yashhere
关于 Cashew Expense Tracker MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"cashew-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Cashew Expense Tracker MCP Server?
An MCP (Model Context Protocol) server that provides access to your Cashew expense tracker SQLite database. It exposes table schemas as resources, provides tools for running read-only SQL queries, and includes prompts for common data analysis tasks.
How to use Cashew Expense Tracker MCP Server?
Install dependencies with uv sync, then run the server with uv run python cashew_mcp_server.py. Use --use-main-db to access the main Cashew database or --db-path to specify a custom database path. Integrate with MCP clients like Claude Desktop or VSCode by adding the server configuration to their MCP settings files.
Key features of Cashew Expense Tracker MCP Server
- Database schema resources: access complete table schemas.
- Read-only SQL query tools: safe SELECT queries.
- Data analysis prompts: common expense analysis tasks.
- Multiple database support: test and production databases.
- Safety: only read-only operations allowed.
Use cases of Cashew Expense Tracker MCP Server
- Analyze spending patterns with category breakdowns and trends.
- Evaluate budget performance and get adjustment recommendations.
- Compare income vs expenses for cash flow analysis.
- Detect expense anomalies like unusual spending or duplicate transactions.
FAQ from Cashew Expense Tracker MCP Server
How does the server ensure data safety?
The server only allows read-only SELECT queries. Dangerous SQL keywords are blocked, inputs are validated, and error handling provides informative messages.
What are the runtime requirements?
The project uses Python and the uv dependency manager. An SQLite database file from the Cashew expense tracker is required.
Where does the data come from?
Data is read from a local Cashew expense tracker SQLite database file. The server does not modify the database.
What transport does the server use?
The server uses the stdio transport for communication with MCP clients.
Can I switch between test and production databases?
Yes, use the --use-main-db flag for the main database or --db-path to specify any custom path.
其他 分类下的更多 MCP 服务器
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论