Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ FastMCP. Streaming and webhook endpoints are excluded.
- An X Developer Platform app (to get tokens)
- Optional: an xAI API key if you want to run the Grok test client

> [!NOTE]
> SuperGrok and X Premium subscriptions are not currently accepted as
> credentials by this server. The `X_OAUTH_*` and `X_BEARER_TOKEN` settings
> below belong to an X Developer Platform app; they are separate from the xAI
> OAuth login offered by supported subscription clients such as Hermes Agent.
> Follow [issue #25](https://github.com/xdevplatform/xmcp/issues/25) for the
> request to add an officially supported, subscription-backed, read-only X
> Search mode. Do not copy browser cookies or relay undocumented tokens as a
> workaround.

## Setup (local)

1. Create a virtual environment and install dependencies:
Expand Down