Expense Tracker MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Expense Tracker MCPAdd a $45 dinner at Olive Garden to my food category"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
expense_tracker_mcp
This project uses FastMCP 3.2.0.
Why your commands failed
fastmcp: command not foundThe CLI is only installed inside this project's virtual environment, so it is not available from your base shell unless you activate.venvor run it throughuv.uv run fastmcp dev main.pyIn FastMCP3.x,devis a command group. You must use a subcommand such asinspector.uv run fastmcp dev inspectorThat form needs a server spec or afastmcp.json. This repo now includesfastmcp.json, so auto-detection works.
Working commands
Run the server directly:
uv run fastmcp runInspect the server:
uv run fastmcp inspectOpen MCP Inspector in dev mode:
uv run fastmcp dev inspectorIf the Inspector UI shows Error Connecting to MCP Inspector Proxy - Check Console logs,
open the exact URL printed in the terminal. FastMCP 3.x starts the proxy with a per-run
session token, and the Inspector page must include that token or the proxy config request
will be rejected.
For local-only debugging, you can disable proxy auth:
DANGEROUSLY_OMIT_AUTH=true uv run fastmcp dev inspectorYou can still pass the file explicitly if you want:
uv run fastmcp run main.py
uv run fastmcp inspect main.py
uv run fastmcp dev inspector main.pyMCP
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/naveen6768/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server