MCP server component for Falcon apps.
Project description
falcon-mcp-server
Table of Contents
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-server
Example 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_app
Connect 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file falcon_mcp_server-0.1.0.tar.gz.
File metadata
- Download URL: falcon_mcp_server-0.1.0.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c14fafefd17762386808dfaec8ec8bddf78553ffa2d7add6a3971502f5850c94
|
|
| MD5 |
19b9275fed3254d9244b426b639dc006
|
|
| BLAKE2b-256 |
52b124203b9427c9253010e6638bfb46b2c5671a3cd76f298fa739927f752c84
|
File details
Details for the file falcon_mcp_server-0.1.0-py3-none-any.whl.
File metadata
- Download URL: falcon_mcp_server-0.1.0-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9de513da2c348e1ee4fbc5180e355893200dfbdbd8db3abe77540ca7439ad187
|
|
| MD5 |
3db599da3fed3294c672ba3c158ca212
|
|
| BLAKE2b-256 |
335ddb2b61445306fc8645922583baa166ea6dc9594944ad888f95ed7197ec05
|