mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
8b1de4854e
Connects Cursor to X's hosted MCP server at https://api.x.com/mcp using the app-only Bearer route, which is read-only and needs no local xurl bridge or browser OAuth login. Logo is X's official mark from the X brand toolkit (about.x.com), placed on a black tile matching X's own app icon. Co-authored-by: Alex Vandak Maloney <maloney.a12@gmail.com>
12 lines
182 B
JSON
12 lines
182 B
JSON
{
|
|
"mcpServers": {
|
|
"x": {
|
|
"type": "http",
|
|
"url": "https://api.x.com/mcp",
|
|
"headers": {
|
|
"Authorization": "Bearer ${X_BEARER_TOKEN}"
|
|
}
|
|
}
|
|
}
|
|
}
|