@expandfi/mcp-server
v1.4.0
Published
ExpandFi MCP server for Claude Desktop and Claude Code
Downloads
884
Maintainers
Readme
MCP (Model Context Protocol) Configuration
This directory contains configuration and test scripts for the PostgreSQL MCP server used in development to simulate AlloyDB MCP functionality in production.
Files
mcp_config.json- Configuration for Claude Desktop MCP integrationtest_mcp_server.js- Basic MCP server functionality testtest_report_query.js- Test script for querying ReportRequest data
Usage
Testing MCP Server
# Test basic functionality
node config/mcp/test_mcp_server.js
# Test ReportRequest data queries
node config/mcp/test_report_query.jsClaude Desktop Integration
Copy the contents of mcp_config.json to your Claude Desktop configuration file.
Database Connection
The MCP server connects to your local development database:
postgresql://keneverett@localhost:5432/expandfi-devel
Production
In production, this local MCP server setup will be replaced with native AlloyDB MCP functionality.
publishing an updated npm package
cd config/mcp && npm publish --access public --auth-type=web
