modelcontextprotocol cursor rules

41 tagged modelcontextprotocol, measured the same way as everything else here.

Browse within: cursor-ai 7augmentcode 6context-compose 6

best-practices

25

lazylagom/context-compose-mcp

Cursor rule Cursor

// Good example: Clear and specific types interface ContextConfig { readonly version: number; readonly kind: 'task' | 'role' | 'workflow'; readonly name: string; readonly description: string; readonly context: { workflow?: string; personas?: readonly string[]; rules?: readonly string[]; mcps?: readonly string[]; }; }.

1 1y ago A 0 tokens original MIT

lazylagom/context-compose-mcp

Cursor rule Cursor

Cursor rule "development-guidelines" from lazylagom/context-compose-mcp, covering development guidelines, typescript coding standards, code quality, eslint configuration and prettier formatting.

1 1y ago A 0 tokens original MIT

mcp-development

27

lazylagom/context-compose-mcp

Cursor rule Cursor

Development rules for building MCP servers, which let AI assistants call registered tools through a standard protocol.

1 1y ago A 0 tokens original MIT

memory

28

The-Focus-AI/plausible-mcp

Cursor rule Cursor

Cursor rule "memory" from The-Focus-AI/plausible-mcp, covering important rules, strict rules, workflows, formating and core files.

1 1y ago A 1,411 tokens original MIT

memory-bank

29

The-Focus-AI/buttondown-mcp

Cursor rule Cursor

Cursor rule "memory-bank" from The-Focus-AI/buttondown-mcp, covering strict rules, core files, relationships, tasks and project briefing task.

1 1y ago A 1,608 tokens original MIT

cursorrules

30

The-Focus-AI/buttondown-mcp

Cursor rule Cursor

This file stores important memories and preferences that should be remembered across sessions. It is automatically updated whenever the user says "remember" something.

1 1y ago A 266 tokens original MIT

clean-code

32

Novalya-Labs/plane-mcp-server

Cursor rule Cursor

Cursor rule "clean-code" from Novalya-Labs/plane-mcp-server, covering clean code guidelines, constants over magic numbers, meaningful names, smart comments and single responsibility.

0 1y ago A 345 tokens copy · 95% MIT

mcp-readme

33

Novalya-Labs/plane-mcp-server

Cursor rule Cursor

The Model Context Protocol allows applications to provide context for LLMs in a standardized way, separating the concerns of providing context from the actual LLM interaction. This TypeScript SDK implements the full MCP specification, making it easy to.

0 1y ago A 0 tokens copy · 100% MIT

typescript

34

Novalya-Labs/plane-mcp-server

Cursor rule Cursor

Cursor rule "typescript" from Novalya-Labs/plane-mcp-server, covering typescript best practices, type system, naming conventions, code organization and functions.

0 1y ago A 407 tokens copy · 91% MIT