Overview
curri-mcp-server is a TypeScript-based MCP server designed for interacting with Curri's API, providing a simple notes system that demonstrates core MCP concepts.
To use curri-mcp-server, install the dependencies, build the server, and configure it with Claude Desktop by adding the server config to the appropriate JSON file based on your operating system.
- Resources representing text notes with URIs and metadata. - Tools for creating new notes with required parameters. - Prompts for generating summaries of stored notes.
- Creating and managing text notes for various applications.
- Summarizing notes for quick reference.
- Integrating with other applications via the MCP protocol.
Add to your AI client
Use these steps to connect curri-mcp-server MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-linear-teamcurri": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-linear-teamcurri"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-linear-teamcurri": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-linear-teamcurri"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-linear-teamcurri": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-linear-teamcurri"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-linear-teamcurri": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-linear-teamcurri"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-linear-teamcurri": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-linear-teamcurri"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-linear-teamcurri": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-linear-teamcurri"
]
}
}
}FAQ
What programming language is curri-mcp-server built with?
It is built with TypeScript.
How do I install curri-mcp-server?
You can install it by running `npm install` after cloning the repository.
Can I use curri-mcp-server on Windows?
Yes, it can be configured to run on Windows as well as MacOS.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1148,"uuid":"4be42d25-590f-4e0d-8674-c4d0aef5b2db","name":"mcp-linear","title":"curri-mcp-server MCP Server","description":"An MCP Server for Linear","avatar_url":"https://avatars.githubusercontent.com/u/31266540?v=4","created_at":"2025-01-28T02:35:03.767Z","updated_at":"2025-02-23T07:21:17.155Z","status":"created","author_name":"teamcurri","author_avatar_url":"https://avatars.githubusercontent.com/u/31266540?v=4","tags":"mcp,mcp-server,curri","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/teamcurri/mcp-linear","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]