cosense-mcp-server
Verified Safeby yosider
Overview
Provides a Model Context Protocol (MCP) interface for interacting with Cosense pages, enabling programmatic retrieval, listing, searching, and modification of content.
Installation
npx -y @yosider/cosense-mcp-serverEnvironment Variables
- COSENSE_PROJECT_NAME
- COSENSE_SID
Security Notes
The server uses environment variables (COSENSE_PROJECT_NAME, COSENSE_SID) for configuration, which is a good practice for handling sensitive data like the session cookie (COSENSE_SID). The `COSENSE_SID` is explicitly noted to be treated as a secret, as its compromise could grant access to the Cosense project. Input validation for tools is performed using Zod schemas, mitigating common injection risks. No 'eval' or other direct code execution from user input is observed. Network interactions are confined to the Cosense API via standard libraries. The inherent risk lies in the secure handling of the `COSENSE_SID` by the user.
Similar Servers
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
mmcp
Manages Model Context Protocol (MCP) server definitions in a central configuration and applies them to various AI agent tools.
knowledgebase-mcp
A standardized Model Context Protocol (MCP) server that aggregates and provides AI systems with access to diverse biomedical knowledge bases and analysis tools.