Skip to main content
Glama

Remote MCP Server

Official
by PostHog

PostHog MCP

1. 本地运行

1.1 环境变量

  • 在根目录中创建.dev.vars
  • 添加 Inkeep API 密钥以启用docs-search工具(请参阅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 上实现模型上下文协议 (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