Skip to main content
Glama
falconry

falcon-mcp-server

Official
by falconry

falcon-mcp-server

PyPI - Version PyPI - Python Version


Table of Contents

Related MCP server: AgentCore 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-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.

Maintenance

ActivityInactive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    A lightweight Python web framework that enables building MCP servers with SSE, StreamHTTP, and MCPO protocols for tool integration.
    99
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables building and running MCP servers over streamable HTTP, exposing tools to AI assistants like Cursor, with examples of mounting multiple servers in FastAPI.

Latest Blog Posts

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