Token导航 LogoToken导航TokenDH.com
MCP Supabase Expense Tracker logo
数据服务stdio官方级别未说明来源级核验

MCP Supabase Expense Tracker

MCP Server

一个基于FastMCP构建的MCP服务器,集成了Supabase PostgreSQL数据库和SQLAlchemy ORM,设计用于与Claude Desktop无缝协作。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
数据库集成PythonClaudeClaude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

UmarEhtisham

提供方

UmarEhtisham

最后核验

2026/5/17 20:22

运行时

Python

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

uv run fastmcp dev main.py

详细介绍

费用跟踪MCP服务器

MCP服务器 使用 FastMCP,与 Supabase(PostgreSQL)SQLAlchemy ORM,旨在与无缝协作 克劳德桌面 使用资源和工具原语。

______________________________________________________________________

🚀 特性

  • 托管于 MCP云
  • 已连接 Supabase PostgreSQL 数据库
  • 用途 SQLAlchemy ORM派丹蒂克 模型
  • 与顺利集成 克劳德桌面 (MCP客户端)

______________________________________________________________________

🧩 依赖项

fastmcp>=2.13.0.2
psycopg2>=2.9.11
psycopg2-binary>=2.9.11
pydantic-settings>=2.11.0
sqlalchemy>=2.0.44

安装依赖项(建议使用 uv):

uv sync

______________________________________________________________________

🏗️ 项目结构

expense-tracker-mcp/
│
├── .env                      # Environment variables (Supabase URL, DB config, etc.)
├── .gitignore
├── .python-version
├── categories.json            # Category mappings or static data
├── fastmcp.json               # FastMCP configuration file
├── main.py                    # Entry point for MCP server
├── pyproject.toml             # Project metadata and dependencies
├── uv.lock                    # uv dependency lock file
├── README.md                  # Project documentation
│
├── database/                  # Database-related modules
│   ├── __pycache__/           
│   ├── crud.py                # CRUD operations for records
│   ├── database.py            # DB connection setup
│   ├── models.py              # SQLAlchemy models
│   └── schemas.py             # Pydantic schemas
│
└── __pycache__/               # Compiled Python cache files

______________________________________________________________________

⚙️ 用法

1.运行MCP检查器

uv run fastmcp dev main.py

2.在Claude Desktop中安装MCP服务器

uv run fastmcp install claude-desktop main.py

安装后,更新您的 claude_desktop_config.json:

"args": [
  "--directory",
  "D:\\Practice-Projects\\expense-tracker-mcp",
  "run",
  "fastmcp",
  "run",
  "main.py"
]

______________________________________________________________________

🧠 备注

  • 确保您的 Supabase连接字符串 已在中正确配置 .env.
  • 服务器通过以下方式进行通信 MCP云 并使用 克劳德桌面 作为客户。

______________________________________________________________________

🪪 许可证

该项目根据 MIT许可证.

MIT License

Copyright (c) 2025 Umar Ehtisham

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

目录标签

目录标签

数据库集成PythonClaude费用追踪本地部署MCP服务器ClaudeDesktop集成

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Python

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP