Skip to main content
Glama
legotec73

FastMCP Server

by legotec73

FastMCP Server

Python FastMCP (Model Context Protocol) サーバー with 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 fastmcp

Related MCP server: MCP Server Node

デプロイ

Cloudtype

  1. テンプレートを選択 : FastMCP

  1. デプロイ

  • Python 3.12

  • 環境変数 FASTMCP_AUTH_TOKEN : 認証に使用するトークンを設定 (認証時に使用するトークン)

  • 開始コマンド uvicorn server:app --host 0.0.0.0 --port 8000

  1. 接続情報の確認

    MCP 接続アドレス - https://<デプロイされたプレビュードメインアドレス>/mcp

  1. アップデート コードをコミット & プッシュした後、設定 タブの デプロイ ボタンでデプロイ

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

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    A 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.
    7
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    A 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.
    133
  • A
    license
    Not graded
    quality
    C
    maintenance
    A Node.js MCP server with user, task, and calculator tools. Supports Bearer token authentication and Docker/Cloudtype deployment.
    7
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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/legotec73/FastMCPserver'

If you have feedback or need assistance with the MCP directory API, please join our Discord server