Back to Home
yosider icon

cosense-mcp-server

Verified Safe

by yosider

Overview

Provides a Model Context Protocol (MCP) interface for interacting with Cosense pages, enabling programmatic retrieval, listing, searching, and modification of content.

Installation

Run Command
npx -y @yosider/cosense-mcp-server

Environment 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

Stats

Interest Score19
Security Score8
Cost ClassMedium
Avg Tokens3000
Stars11
Forks8
Last Update2025-12-22

Tags

MCP ServerCosensePage ManagementAPI WrapperDeveloper Tool