What?

by bkakadiya

217 downloads
Not rated
GitHub

About

Sample Application showing Agentic AI using MCP servers interacting with REST Services, Database and File Store

Details

Author
bkakadiya
Downloads
217
Categories
Other

- Sample application for Agentic AI with MCP
- Connects to REST API, PostgreSQL, Document Storage
- Populates financial transaction test data
- Configured for Claude Desktop as MCP client

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name What?
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install UV and dependencies from pyproject.toml, activate a virtual environment, and populate sample financial transaction data with python util/populate_data.py. Configure the MCP client (Claude for Windows) by placing a modified claude_desktop_config.json in the Claude app data folder, then restart Claude Desktop.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "what?": {
            "agentic-ai-mcp": {
                "command": "python",
                "args": [
                    "-m",
                    "venv",
                    "venv"
                ]
            }
        }
    }
}

McpServers

{
    "agentic-ai-mcp": {
        "command": "python",
        "args": [
            "-m",
            "venv",
            "venv"
        ]
    }
}

What?

Application Architecture

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.