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
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# awesome-cursor-rules
A curated list of awesome Cursor rules (.cursorrules) and MCP servers for AI-assisted development. maintained by AgentIndex.app
# Awesome Cursor Rules & MCP Servers

[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
Expand Down Expand Up @@ -104,6 +102,8 @@ A curated list of awesome Cursor rules (.cursorrules) and MCP servers for AI-ass
## MCP Servers
*Model Context Protocol Integrations - Copy these configs to your `claude_desktop_config.json`*

Configs below use the standard `mcpServers` object shape. For remote endpoints, keep API keys in the provider dashboard or environment-backed client settings when the client supports them.

- **PostgreSQL Inspector**:
* **Description**: Give AI safe, read-only access to inspect your database schema and run queries to debug issues.
* **Config (JSON)**:
Expand Down Expand Up @@ -131,6 +131,21 @@ A curated list of awesome Cursor rules (.cursorrules) and MCP servers for AI-ass
}
```

- **Xquik MCP**:
* **Description**: Connect AI agents to X data, account workflows, and automation actions through Xquik's hosted MCP endpoint.
* **Compatibility**: Remote MCP endpoint via `mcp-remote`, suitable for Claude Desktop and other clients that can launch stdio bridge commands.
* **Config (JSON)**:
```json
"xquik": {
"command": "npx",
"args": [
"-y",
"mcp-remote@0.1.38",
"https://xquik.com/mcp"
]
}
```

---

## Contributing
Expand Down