FastMCP Server
FastMCP Server
Сервер Python FastMCP (Model Context Protocol) с аутентификацией Bearer Token
Способы запуска
Локальный запуск
pip install -r requirements.txt
python server.pyЗапуск через Docker
docker build -t fastmcp .
docker run -p 8000:8000 -e FASTMCP_AUTH_TOKEN=your-secret-token fastmcpRelated MCP server: MCP Server Node
Развертывание
클라우드타입
Выбор шаблона :
FastMCP
Развертывание
Python 3.12
Переменные окружения
FASTMCP_AUTH_TOKEN: установите токен для аутентификации (токен, используемый при аутентификации)Команда запуска
uvicorn server:app --host 0.0.0.0 --port 8000
Проверка информации о подключении
Адрес подключения MCP - https://<адрес развернутого превью-домена>/mcp
Обновление После коммита и пуша кода разверните с помощью кнопки
배포하기на вкладке설정
Руководство YouTube
Автоматизация развертывания
Аутентификация
Используется аутентификация по Bearer-токену:
Переменная окружения:
FASTMCP_AUTH_TOKENЗаголовок:
Authorization: Bearer your-token
Поддерживаемые инструменты
create_task : создание задачи
complete_task : завершение задачи
list_tasks : просмотр списка задач
Переменные окружения
FASTMCP_AUTH_TOKEN : Bearer-токен (обязательно)
FASTMCP_HOST : хост сервера (необязательно/по умолчанию: 0.0.0.0)
FASTMCP_PORT : порт сервера (необязательно/по умолчанию: 8000)
Способы использования
Porter AI
Устранение неполадок
License
MIT License
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Local-first task manager: create, edit, and complete tasks, projects, and checklists via MCP.
- mcpOAuthnet.todoist
Official Todoist MCP server for AI assistants to manage tasks, projects, and workflows.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA simple MCP server for task management with Bearer token authentication, supporting create, complete, and list tasks operations.7MIT
- AlicenseNot gradedqualityCmaintenanceA Node.js MCP server example with user management, task management, and calculator tools. Supports authentication via bearer token and can be deployed locally or via Docker.15MIT
- FlicenseNot gradedqualityBmaintenanceA lightweight task management MCP server that enables CRUD operations on tasks stored in a single JSON file, including listing, creating, updating progress, and setting priorities.221-
- AlicenseNot gradedqualityCmaintenanceA Node.js MCP server with user, task, and calculator tools. Supports Bearer token authentication and Docker/Cloudtype deployment.15MIT
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/legotec73/FastMCPserver'
If you have feedback or need assistance with the MCP directory API, please join our Discord server