What is the Cosense MCP Server?
The Cosense MCP Server is a server for the Cosense platform. It provides tools for interacting with Cosense pages.
How to use the Cosense MCP Server?
To use it, configure your MCP client with the necessary environment variables. You can then run the server using npm or from its source code.
What are its key features?
The server offers several tools: Use get_page to fetch pages by title, list_pages to see all available pages, search_pages to find pages containing specific text, and insert_lines to add text to pages.
What are its use cases?
Common uses include managing and retrieving content from Cosense pages, automating tasks on the platform, and debugging MCP server communications.
FAQ
What environment variables are required? You must set COSENSE_PROJECT_NAME and COSENSE_SID for authentication and project identification.
Can I run the server from source? Yes, you can clone the repository, build it, and run it locally.
How can I debug the MCP server? Use the MCP Inspector for debugging. Its tools are accessible via a URL in your browser.