cosense-mcp-server
5
Cosense MCP Server is a Model Context Protocol server designed to interact with Cosense pages. It provides various tools for page management and supports configurations from both npm registry and source. The project also includes debugging support through MCP Inspector.
Cosense MCP Server
A MCP server for Cosense.
Tools
- Retrieves a page with the specified title
- Lists available pages in the resources
- Searches for pages containing the specified query string
- Inserts text after a specified line in a page
MCP Client Configuration
Run from npm registry
- Configure JSR registry before using npx
Run from source
- Clone the repository and build
Debugging
- Use MCP Inspector for debugging
Acknowledgments
Forked from funwarioisii's repository.