1. Conduid
  2. Developer Tools
  3. Falcon MCP Server
MCP server · Developer Tools

Falcon MCP Server

MCP server end point for Falcon apps

Unclaimed Apache-2.0 last commit 7 months ago devtoolsasgimodel-context-protocolmcpfalcon-frameworkmcp-serverspython
59Fair

Scored 16 hours ago · breakdown

About Falcon MCP Server

Falcon MCP Server is an MCP server published by falconry in the Developer Tools category: mCP server end point for Falcon apps. It has been installed 0 times through Conduid.

The repository has 1 stars and 0 forks, with the last commit 7 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx falcon-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Falcon MCP Server

Powered by Claude · Grounded in docs

I know everything about Falcon MCP Server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

0.1.00.1.0

README

falcon-mcp-server

PyPI - Version PyPI - Python Version


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.

README mirrored from the source repository 16 hours ago. The original is authoritative.

Questions

About Falcon MCP Server

How do I install Falcon MCP Server?

Run npx falcon-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Falcon MCP Server safe to use with an AI agent?

Its trust score is 59 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Falcon MCP Server still maintained?

The last commit was 7 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.