What?
About
Sample Application showing Agentic AI using MCP servers interacting with REST Services, Database and File Store
Details
- Author
- bkakadiya
- Downloads
- 217
- Categories
- Other
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
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.
- 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?

Sample application showing Agentic AI using MCP Server connecting to REST API, PostgreSQL Database and Document Storage
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



