Skip to main content
Glama
pratyush-usc-mba

Agentic AI System with MCP Integration

Designing-an-Agentic-AI-System-with-MCP-Integration

Sample application showing Agentic AI using MCP Server connecting to REST API, PostgreSQL Database and Document Storage

Setup

UV Installation and Setup

  1. Install UV
    To install UV, run the following command:

    pip install uv
  2. Verify Installation
    Confirm that UV is installed by running:

    uv --version

Related MCP server: MCP Agent - AI Expense Tracker

Using pyproject.toml

Setting Up a Virtual Environment and Installing Dependencies

  1. Create a Virtual Environment
    Run the following command to create a virtual environment:

    python -m venv venv
  2. Activate the Virtual Environment

    • On Windows:

      venv\Scripts\activate
    • On macOS/Linux:

      source venv/bin/activate
  3. Install Dependencies from pyproject.toml
    Use pip to install dependencies specified in the pyproject.toml file:

    pip install .
  4. Verify Installation
    Ensure all dependencies are installed correctly:

    pip list
  5. Run Test Cases
    Ensure all test cases are passed using pytest:

    pytest

Populate Financial Txn Data

  1. Run the Script to Populate Data
    Execute the following command to populate sample financial transaction data:

    python util/populate_data.py

Configure MCP Client - Claude for Windows

  1. Locate the Sample Configuration File
    Use the provided config/sample_claude_desktop_config.json file as a template.

  2. Copy the Configuration File
    Place the file in the following directory:

    ~\AppData\Roaming\Claude
  3. Rename the File
    Rename the file to claude_desktop_config.json.

  4. Update Configuration Details

    • Open the claude_desktop_config.json file in a text editor.

    • Update the Alpha Vantage API Key with your key.

    • Update the Database Connection Details with the appropriate credentials and connection string.

Restart Claude Desktop

Restart Claude Desktop, you might have to kill tasks from Task manager. Note that once you restart it,

  1. You should be able to see number of tools along with hammer icon.

  2. This will start python program for each tool in background.

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to analyze personal financial data from Open Banking sources stored in PostgreSQL database. Provides educational financial analysis tools with intelligent formatting for learning about spending patterns, account balances, and transaction history.
    Last updated
    2
    ISC
  • A
    license
    B
    quality
    D
    maintenance
    Enables Claude to store and query personal finance transactions using semantic search. Transactions are persisted in ChromaDB and JSON, allowing natural language questions about spending trends and portfolio allocations.
    Last updated
    4
    MIT
  • F
    license
    C
    quality
    D
    maintenance
    Enables AI assistants to manage personal finances by storing, analyzing, and exporting expense data using a persistent PostgreSQL database. Supports adding/editing expenses, generating spending summaries, detecting top categories, and creating monthly reports.
    Last updated
    12

View all related MCP servers

Related MCP Connectors

  • Connect AI agents to bank accounts, transactions, balances, and investments.

  • The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.

  • Connect your Necton account to AI via Brazil's Open Finance: balances, statements, cards, investment

View all MCP Connectors

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/pratyush-usc-mba/Designing-an-Agentic-AI-System-with-MCP-Integration'

If you have feedback or need assistance with the MCP directory API, please join our Discord server