Skip to main content
Glama

Remote MCP Server

Official
by PostHog

PostHog MCP

1. Lokal ausführen

1.1 Umgebungsvariablen

  • Erstellen Sie .dev.vars im Stammverzeichnis
  • Fügen Sie den Inkeep-API-Schlüssel hinzu, um docs-search zu aktivieren (siehe Inkeep API key - mcp )
INKEEP_API_KEY="..."

1.2 PostHog API-Schlüssel

  • Besorgen Sie sich einen persönlichen API-Schlüssel auf PostHog mit den entsprechenden Berechtigungen (projekt- oder organisationsbezogen, mindestens Lesezugriff, obwohl einige Tools Schreibzugriff erfordern).
  • Verwenden Sie den Schlüssel in Ihrem MCP-Konfigurations-JSON

1.3 MCP-Konfiguration für Desktop-Clients (z. B. 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.

Ein Server, der das Model Context Protocol (MCP) auf Cloudflare Workers implementiert und KI-Modellen den Zugriff auf benutzerdefinierte Tools ohne Authentifizierung ermöglicht.

  1. Lokal ausführen
    1. 1.1 Umgebungsvariablen
    2. 1.2 PostHog API-Schlüssel
    3. 1.3 MCP-Konfiguration für Desktop-Clients (z. B. Cursor, Claude Desktop)

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    A deployable MCP (Model Context Protocol) server on Cloudflare Workers that doesn't require authentication, allowing users to create and access custom AI tools through Claude Desktop or the Cloudflare AI Playground.
    Last updated -
    TypeScript
  • -
    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

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