Skip to main content
Glama

Remote MCP Server

Official
by PostHog

ポストホッグMCP

1. ローカルで実行

1.1 環境変数

  • ルートに.dev.varsを作成する
  • docs-searchツールを有効にするには、Inkeep API キーを追加します ( Inkeep API key - mcpを参照)
INKEEP_API_KEY="..."

1.2 PostHog APIキー

  • 適切な権限(プロジェクトまたは組織を対象とする、少なくとも読み取りアクセス権限、ただし一部のツールでは書き込みアクセス権限が必要)を持つ PostHog の個人 API キーを取得します。
  • MCP構成JSONのキーを使用する

1.3 デスクトップ クライアントの MCP 構成 (例: Cursor、Claude Desktop)

{ "mcpServers": { "posthog": { "command": "npx", "args": [ "mcp-remote", "http://localhost:8787/sse?token={YOUR_POSTHOG_API_KEY}" ] } } }
-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Cloudflare Workers に Model Context Protocol (MCP) を実装し、AI モデルが認証なしでカスタム ツールにアクセスできるようにするサーバー。

  1. 1. ローカルで実行
    1. 1.1 環境変数
    2. 1.2 PostHog APIキー
    3. 1.3 デスクトップ クライアントの MCP 構成 (例: Cursor、Claude Desktop)

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    A deployable authentication-free MCP (Model Context Protocol) server on Cloudflare Workers that allows you to add custom tools and connect to AI clients like Claude Desktop or Cloudflare AI Playground.
    Last updated -
    TypeScript
  • -
    security
    F
    license
    -
    quality
    A deployable server that implements the Model Context Protocol (MCP) on Cloudflare Workers, enabling integration of custom tools with AI assistants like Claude without requiring authentication.
    Last updated -
    TypeScript
  • -
    security
    F
    license
    -
    quality
    A serverless MCP (Model Context Protocol) server deployed on Cloudflare Workers that allows connecting AI models to custom tools without authentication.
    Last updated -
    TypeScript
  • -
    security
    F
    license
    -
    quality
    A Cloudflare Workers-based server that implements the Model Context Protocol (MCP), allowing AI assistants like Claude to access custom tools without authentication.
    Last updated -
    TypeScript

View all related MCP servers

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/PostHog/mcp'

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