Skip to main content
Glama

Remote MCP Server

Official
by PostHog

포스트호그 MCP

1. 로컬로 실행

1.1 환경 변수

  • 루트에 .dev.vars 만듭니다.
  • Inkeep API 키를 추가하여 docs-search 도구를 활성화합니다( Inkeep API key - mcp 참조)

지엑스피1

1.2 PostHog API 키

  • 적절한 권한(프로젝트 또는 조직 범위, 최소한 읽기 액세스, 일부 도구에는 쓰기 액세스 필요)을 사용하여 PostHog에서 개인 API 키를 얻으세요.
  • MCP 구성 JSON에서 키를 사용하세요.

1.3 데스크톱 클라이언트(예: Cursor, Claude Desktop)에 대한 MCP 구성

{ "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(Model Context Protocol)를 구현하는 서버로, AI 모델이 인증 없이 사용자 지정 도구에 액세스할 수 있도록 합니다.

  1. 1. 로컬로 실행
    1. 1.1 환경 변수
    2. 1.2 PostHog API 키
    3. 1.3 데스크톱 클라이언트(예: Cursor, Claude Desktop)에 대한 MCP 구성

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