MCP server using Grok to tell xAI/X/Grok ecosystem builders what needs their attention today across their GitHub repos.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"grok-pulse-mcp-serve": {
"command": "npx",
"args": [
"-y",
"AgentMindCloud/grok-pulse-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add grok-pulse-mcp-serve npx -y AgentMindCloud/grok-pulse-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"grok-pulse-mcp-serve": {
"command": "npx",
"args": [
"-y",
"AgentMindCloud/grok-pulse-mcp-server"
]
}
}
}