What?
@bkakadiya
关于 What?
Sample Application showing Agentic AI using MCP servers interacting with REST Services, Database and File Store
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"agentic-ai-mcp": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is What?
What? is a sample application demonstrating Agentic AI using an MCP server that connects to a REST API, PostgreSQL database, and document storage. It is intended for developers learning to build AI agents that interact with multiple data sources via the MCP protocol.
How to use What?
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.
Key features of What?
- 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
Use cases of What?
- Learning how to build an MCP server that aggregates REST, database, and document sources
- Prototyping an AI agent that answers queries using financial transaction data
FAQ from What?
What dependencies does What? require?
Python, UV, a virtual environment, and packages defined in pyproject.toml. It also requires an Alpha Vantage API key and PostgreSQL credentials.
How do I populate sample data?
Run python util/populate_data.py after installing dependencies.
How is the MCP client configured?
Copy the sample config file from config/sample_claude_desktop_config.json to the Claude app data folder, rename it, and update the API key and database connection details.
推理 分类下的更多 MCP 服务器
Agenticstore — The Open Source Standard For Local Mcp Tooling
agenticstoreAgenticStore: The secure toolkit for AI agents. Instantly equip Claude Desktop, Cursor, and Windsurf with 27+ MCP tools, persistent memory, and SearXNG search, all protected by a built-in PII prompt firewall to protect your data from being exposed to AI agents.
Agentic Tools MCP Server
PimzinoA comprehensive Model Context Protocol (MCP) server providing AI assistants with powerful task management and agent memories capabilities with project-specific storage.
MCP Sandbox
JohanLi233Python sandboxes for llms
MCP Sandbox
danstarnsTurn any JavaScript module into a sandboxed MCP (Model Context Protocol) server with automatic reflection and type inference.
n8n Workflow Builder MCP Server
makafeliAI assistant integration for n8n workflow automation through Model Context Protocol (MCP). Connect Claude Desktop, ChatGPT, and other AI assistants to n8n for natural language workflow management.
评论