FastMCP - Model Context Protocol Server
Description
# FastMCP - Model Context Protocol Server A lightweight Model Context Protocol (MCP) server implemented with [FastMCP](https://github.com/jlowin/fastmcp), a fast and Pythonic framework for building MCP servers and clients. ## Features - Create, retrieve, update, and delete model…
About
# FastMCP - Model Context Protocol Server A lightweight Model Context Protocol (MCP) server implemented with [FastMCP](https://github.com/jlowin/fastmcp), a fast and Pythonic framework for building MCP servers and clients. ## Features - Create, retrieve, update, and delete model contexts - Query execution against…
Details
- Author
- ryuichi1208
- Downloads
- 287
- Categories
- Developer Tools
Jump to
- Create, retrieve, update, and delete model contexts
- Execute queries against specific contexts
- Filter contexts by model name and tags
- In-memory storage for development and testing
- FastMCP integration for easy MCP server development
- Datadog integration for metrics and monitoring
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
FastMCP - Model Context Protocol ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install via provided Unix/Windows scripts or manually using uv. Start the server with python mcp_server.py or uv run python mcp_server.py. Use tools such as create_context, get_context, update_context, delete_context, list_contexts, query_model, health_check, and configure_datadog. It can also be installed as a Claude Desktop tool via fastmcp install.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"fastmcp - model context protocol server": {
"datadog-mcp-server-ryuichi1208": {
"command": "uv",
"args": [
"venv"
]
}
}
}
}
McpServers
{
"datadog-mcp-server-ryuichi1208": {
"command": "uv",
"args": [
"venv"
]
}
}
FastMCP - Model Context Protocol Server
A lightweight Model Context Protocol (MCP) server implemented with FastMCP, a fast and Pythonic framework for building MCP servers and clients.
Features
- Create, retrieve, update, and delete model contexts
- Query execution against specific contexts
- Filtering by model name and tags
- In-memory storage (for development)
- FastMCP integration for easy MCP server development
- Datadog integration for metrics and monitoring
Requirements
- Python 3.7+
- FastMCP
- uv (recommended for environment management)
- Datadog account (optional, for metrics)
Installation
Using uv (Recommended)
The simplest way to install is using the provided scripts:
Unix/Linux/macOS
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





