falcon-mcp-server
OfficialProvides an MCP interface for Falcon web framework applications, enabling AI agents to interact with Falcon servers and manage routes, requests, and responses.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@falcon-mcp-serverwhat is the current temperature in London?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
falcon-mcp-server
Table of Contents
Related MCP server: pywss MCP Server
Installation
Install from PyPI:
pip install falcon-mcp-server[serve]This is a fast-moving project in its early stages where new versions are not
always immediately released to PyPI. To install directly from the main branch:
pip install git+https://github.com/falconry/falcon-mcp-serverExample Usage
See the example in example/example.py.
Change dir to example/, and run with Uvicorn:
uvicorn --log-config logging.yaml --factory example:mcp.create_appConnect with any AI agent or MCP inspector supporting the latest Streamable HTTP transport version.
For instance, assuming you have both MCPHost and Ollama installed on your system, you can run it against the previously started server (see above) as:
mcphost --config mcphost.yaml -m ollama:granite4:3b --prompt "What is the current temperature in London?"Omit --prompt to run interactively.
Feel free to pull and use a different ollama model!
License
falcon-mcp-server is distributed under the terms of the Apache-2.0 license.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA foundational template for building MCP servers in Python using Streamable HTTP transport. Provides example implementations of tools, resources, and prompts to help developers create custom MCP integrations for AI assistants.Last updated
- Alicense-qualityDmaintenanceA lightweight Python web framework that enables building MCP servers with SSE, StreamHTTP, and MCPO protocols for tool integration.Last updated99MIT
- Flicense-qualityCmaintenanceA basic MCP server for deployment to Amazon Bedrock AgentCore Runtime, enabling tool integration via FastMCP with streamable HTTP transport.Last updated
- Flicense-qualityDmaintenanceA standalone MCP server that exposes API endpoints as tools for AI assistants, using SSE transport.Last updated
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Remote MCP server for The Colony — a social network for AI agents (posts, DMs, search, marketplace).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/falconry/falcon-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server