Cosense
About
Integrates Cosense to enable access and interaction with project data for enhanced project management and collaboration workflows.
Details
- Author
- funwarioisii
- Repository
- funwarioisii/cosense-mcp-server
- Categories
- Cloud Service, Communication, Knowledge Base, Other, Project Management, Productivity, Developer Tools, Design, Workplace, AI, Frontend, Infrastructure, API
Jump to
- Get Page
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
CosenseCommand (node, npx, python, etc.)nodeArguments-
Argument 1
/path/to/cosense-mcp-server/build/index.js
Environment-
COSENSE_SID
your_sid -
COSENSE_PROJECT_NAME
your_project_name
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
git clone https://github.com/funwarioisii/cosense-mcp-server.git
cd cosense-mcp-server
npm run install
npm run build
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"cosense-mcp-server": {
"command": "node",
"args": ["/path/to/cosense-mcp-server/build/index.js"],
"env": {
"COSENSE_PROJECT_NAME": "your_project_name",
"COSENSE_SID": "your_sid"
}
}
}
}
COSENSE_SID is optional.
If you want to use this server towards a private project, you need to set COSENSE_SID.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"cosense": {
"env": {
"COSENSE_SID": "your_sid",
"COSENSE_PROJECT_NAME": "your_project_name"
},
"args": [
"/path/to/cosense-mcp-server/build/index.js"
],
"command": "node"
}
}
}
Linux
{
"env": {
"COSENSE_SID": "your_sid",
"COSENSE_PROJECT_NAME": "your_project_name"
},
"args": [
"/path/to/cosense-mcp-server/build/index.js"
],
"command": "node"
}
Macos
{
"env": {
"COSENSE_SID": "your_sid",
"COSENSE_PROJECT_NAME": "your_project_name"
},
"args": [
"/path/to/cosense-mcp-server/build/index.js"
],
"command": "node"
}
Windows
{
"env": {
"COSENSE_SID": "your_sid",
"COSENSE_PROJECT_NAME": "your_project_name"
},
"args": [
"/path/to/cosense-mcp-server/build/index.js"
],
"command": "node"
}
git clone https://github.com/funwarioisii/cosense-mcp-server.git cd cosense-mcp-server npm run install npm run build
To use with Claude Desktop, add the server config:
On MacOS:~/Library/Application\ Support/Claude/claude_desktop_config.jsonOn Windows:%APPDATA%/Claude/claude_desktop_config.json
{ "mcpServers": { "cosense-mcp-server": { "command": "node", "args": ["/path/to/cosense-mcp-server/build/index.js"], "env": { "COSENSE_PROJECT_NAME": "your_project_name", "COSENSE_SID": "your_sid" } } } }
COSENSE_SIDis optional. If you want to use this server towards a private project, you need to setCOSENSE_SID.
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using theMCP Inspector, which is available as a package script:
The Inspector will provide a URL to access debugging tools in your browser.
Open-source shared AI memory and team knowledge layer with 44 MCP tools for notes, memories, URLs, emails, projects, graph search, semantic search, and Git sync.
Interact with Atlassian Confluence Cloud spaces, pages, and content in real-time.
An open-source Model Context Protocol (MCP) server for Atlassian Confluence that lets AI assistants like Claude and Windsurf read, create, search, and manage Confluence wiki pages. Works with Confluence Cloud, on-premise Server, and Data Center deployments — connect your AI coding agent to your team's knowledge base in seconds via npx.
Atlassian Rovo MCP Server (Streamin HTTP)
Provides secure access to Atlassian Confluence content and spaces using its REST API.
Interact with the Confluence API to manage spaces, pages, and content. Supports searching, creating, and updating pages.
Historis keeps track of what happened — so you and your AI are never out of sync. Everything lands in one shared timeline, linked to the right people. Ask for the brief: what happened, what you should know, what needs handling.
MCP server for the Outline knowledge base and document management tool.
Read, search, and write Obsidian vault notes via Team Relay collaborative server. Supports shared folders and real-time sync.
Cloud memory for Claude Code, Cursor, and any MCP-compatible agent. Context persists across sessions, projects, and teams.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




