context-mode
145MCP server Claude CodeCodexCursor +2
MCP server "context-mode" as configured in mksglu/context-mode. Launched with context-mode. Needs 2 environment variables to run.
Cursor rules (.mdc), plus the MCP servers Cursor can attach. 80,583 indexed, measured the same four ways as everything else here.
MCP server Claude CodeCodexCursor +2
MCP server "context-mode" as configured in mksglu/context-mode. Launched with context-mode. Needs 2 environment variables to run.
Cursor rule Cursor
SWE-agent takes a GitHub issue and tries to automatically fix it, using your LM of choice. It can also be employed for offensive cybersecurity or competitive coding challenges. [NeurIPS 2024].
Cursor rule Cursor
SWE-agent implements an AI software engineering agent that uses language models to fix github issues. Here's what you need to know about the project structure.
Cursor rule Cursor
Kortix is a React Native + Expo app built with TypeScript, NativeWind (Tailwind CSS), and a custom design system.
MCP server Claude CodeCodexCursor +2
MCP server "funasr-mcp" as configured in modelscope/FunASR. Runs in Docker (ghcr.io/modelscope/funasr-mcp:0.1.2).
Cursor rule Cursor
Always reference the python code in the docs e.g. ModelSettings should link to [ModelSettings][pydanticai.settings.ModelSettings].
Cursor rule Cursor
Do not use try { } catch { } blocks unless they are absolutely necessary or handling user supplied data. Avoid defensive programming and implement clean code with fail-fast patterns.
compiler-explorer/compiler-explorer
MCP server Claude CodeCodexCursor +2
Compile code with thousands of compilers, inspect the assembly, and share godbolt.org links. Remote server at godbolt.org.
MCP server Claude CodeCodexCursor +2
MCP server "developer-knowledge", hosted remotely at developerknowledge.googleapis.com, as configured in google/skills.
MCP server Claude CodeCodexCursor +2
Lets the agent inspect and automate a live Chrome instance through the DevTools protocol: performance traces, network, console. Runs locally from the chrome-devtools-mcp npm package.
Cursor rule Cursor
Documentation agent using Divio system for docs/ directory.
MCP server Claude CodeCodexCursor +2
End-to-end API testing — generate and run tests from OpenAPI, curl, Postman, or real user traffic. Remote server at api.keploy.io.
MCP server Claude CodeCodexCursor +2
Context7's hosted MCP server: up-to-date library documentation and code examples on demand. Remote server at mcp.context7.com.
MCP server Claude CodeCodexCursor +2
MCP server "grep", hosted remotely at mcp.grep.app, as configured in ccusage/ccusage.
MCP server Claude CodeCodexCursor +2
MCP server "svelte", hosted remotely at mcp.svelte.dev, as configured in windmill-labs/windmill.
MCP server Claude CodeCodexCursor +2
Lets the agent drive a real browser: open pages, click, type, take screenshots and read the accessibility tree, using Playwright. Runs locally from the @playwright/mcp npm package.
MCP server Claude CodeCodexCursor +2
Lets the agent drive a real browser: open pages, click, type, take screenshots and read the accessibility tree, using Playwright. Runs locally from the @playwright/mcp npm package.
MCP server Claude CodeCodexCursor +2
Adds a structured step-by-step reasoning tool the agent can call to break a problem into revisable thoughts. Runs locally from the @modelcontextprotocol/server-sequential-thinking npm package.
MCP server Claude CodeCodexCursor +2
Lets the agent work with GitHub: search code, read and create issues and pull requests, and manage repositories through the GitHub API. Runs locally from the @modelcontextprotocol/server-github npm package. Needs 1 environment variable to run.
MCP server Claude CodeCodexCursor +2
Lets the agent drive a real browser: open pages, click, type, take screenshots and read the accessibility tree, using Playwright. Runs locally from the @playwright/mcp npm package.
MCP server Claude CodeCodexCursor +2
Query databases from AI agents using connections configured in DBX. Runs locally from the @dbx-app/mcp-server npm package.
Cursor rule Cursor
Backend Python test conventions (pytest).
Cursor rule Cursor
Prevent information exposure through exception messages in HTTP responses.
Cursor rule Cursor
Unified error handling protocol for backend and frontend.