π MCPCFC - ColdFusion MCP Server
@revsmoke
About π MCPCFC - ColdFusion MCP Server
A Remote Model Context Protocol (MCP) server for ColdFusion, enabling CFML applications to connect with Claude and other AI assistants.
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCPCFC?
MCPCFC is the first Model Context Protocol (MCP) server for ColdFusion, enabling ColdFusion applications to serve as tool providers for AI assistants like Claude, ChatGPT, and other LLMs. It is designed for government agencies, enterprise teams, and CF developers looking to modernize legacy systems with AI capabilities without replacing existing infrastructure.
How to use MCPCFC?
Clone the repository and place it in your ColdFusion webroot, then open the test client in a browser. For Claude Desktop integration, install MCPCFC in your CF webroot, make the bridge executable (chmod +x cf-mcp-clean-bridge.sh), and add the bridge command to Claude Desktopβs MCP server configuration.
Key features of MCPCFC
- 8 production-ready tools (PDF, email, database, plus extensible)
- JSON-RPC 2.0 protocol for industry-standard communication
- Real-time SSE support for live updates and streaming
- Thread-safe, production-ready architecture
- Works out of the box with Claude Desktop
- Drop-in solution with minimal setup
Use cases of MCPCFC
- Modernize legacy ColdFusion systems in government agencies with AI capabilities
- Add AI features to enterprise applications without replacing existing infrastructure
- Enable CF developers to build intelligent applications using AI assistants
- Bridge ColdFusion applications to any AI assistant for automated PDF, email, and database tasks
FAQ from MCPCFC
What runtime or server requirements does MCPCFC need?
MCPCFC supports ColdFusion 2016+ and Lucee 5+.
How does MCPCFC handle database security?
Only SELECT queries are allowed by default, and parameterized queries prevent SQL injection. Users should configure datasources in their tool implementations and add an authentication layer.
Where does data live when using MCPCFC?
Data remains in your ColdFusion datasources; MCPCFC queries them via configured tools.
What transports or authentication methods does MCPCFC support?
MCPCFC uses JSON-RPC 2.0 over SSE for real-time communication. Built-in authentication is not provided, but the README recommends adding an authentication layer and rate limiting.
Can I add my own custom tools to MCPCFC?
Yes, MCPCFC is extensible. You register custom tools in Application.cfc and implement them in ToolHandler.cfc using the provided registry pattern.
Frequently asked questions
What runtime or server requirements does MCPCFC need?
MCPCFC supports ColdFusion 2016+ and Lucee 5+.
How does MCPCFC handle database security?
Only SELECT queries are allowed by default, and parameterized queries prevent SQL injection. Users should configure datasources in their tool implementations and add an authentication layer.
Where does data live when using MCPCFC?
Data remains in your ColdFusion datasources; MCPCFC queries them via configured tools.
What transports or authentication methods does MCPCFC support?
MCPCFC uses JSON-RPC 2.0 over SSE for real-time communication. Built-in authentication is not provided, but the README recommends adding an authentication layer and rate limiting.
Can I add my own custom tools to MCPCFC?
Yes, MCPCFC is extensible. You register custom tools in Application.cfc and implement them in ToolHandler.cfc using the provided registry pattern.
Basic information
More Other MCP servers
π Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Nginx UI
0xJackyYet another WebUI for Nginx
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
MCP Go π
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments