Best Knowledge & Memory MCP Servers for Cursor
Connect knowledge & memory tools to Cursor using MCP servers. These servers let Cursor interact with knowledge & memory resources, enabling powerful AI-assisted workflows for developers.
0 Knowledge & Memory Servers for Cursor
Cursor Configuration
Add knowledge & memory MCP servers to your Cursor configuration at .cursor/mcp.json:
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "."]
},
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_your_token_here"
}
},
"postgres": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost:5432/mydb"]
},
"brave-search": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
"env": {
"BRAVE_API_KEY": "your_brave_api_key_here"
}
},
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
}
}
}Knowledge & Memory Servers for Other Clients
Other Categories for Cursor
File Systems MCP Servers for CursorDatabases MCP Servers for CursorAPIs MCP Servers for CursorCloud Services MCP Servers for CursorDeveloper Tools MCP Servers for CursorAnalytics MCP Servers for CursorCommunication MCP Servers for CursorBusiness Applications MCP Servers for CursorBrowser Automation MCP Servers for CursorSearch & Data Extraction MCP Servers for CursorFinance & Fintech MCP Servers for CursorSecurity MCP Servers for CursorData Science & ML MCP Servers for CursorVersion Control MCP Servers for CursorCoding Agents MCP Servers for CursorMarketing & SEO MCP Servers for CursorMonitoring & Observability MCP Servers for Cursor