cosense-mcp-serverServer

yosider
GitHub
MCPCosenseIntegration

Loading subscription status...

💡 Description

An MCP Server that enables integration with Claude Desktop, facilitating access to pages from Cosense projects, including public and private projects with optional SID authentication.

📝 JSON Entries

{
  "mcpServers": [
    {
      "cosense-mcp-server": {
        "env": {
          "COSENSE_SID": "your_sid",
          "COSENSE_PROJECT_NAME": "your_project_name"
        },
        "args": [
          "-y",
          "@yosider/cosense-mcp-server"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

get_pagelist_pagessearch_pagesinsert_lines

Features

  • API for retrieving and managing Cosense pages
  • Support for both public and private projects
  • Integration with Claude Desktop

💬 Example Queries

  • Retrieve a page with the specified title
  • List available pages in the resources
  • Search pages containing a specified query string
  • Insert text after a specified line in a page