Scrapbox Cosense MCP Server
by worldnine
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
COSENSE_PROJECT_NAME | No | The name of the project. |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
create_page | Create a new page in Project Nimbus project on cosense (scrapbox) Creates a new page with the specified title and optional body text. The page will be opened in your default browser. |
get_page | Get a page from Project Nimbus project on cosense (scrapbox) Returns page content and its linked pages. Page content includes title and description in plain text format. |
list_pages | List pages from Project Nimbus project on cosense (scrapbox) with flexible sorting options. Available sorting methods: - updated: Sort by last update time - created: Sort by creation time - accessed: Sort by access time - linked: Sort by number of incoming links - views: Sort by view count - title: Sort by page title |
search_pages | Search pages in Project Nimbus project on cosense (scrapbox) Supports various search features: - Basic search: "keyword" - Multiple keywords: "word1 word2" (AND search) - Exclude words: "word1 -word2" - Exact phrase: "\"exact phrase\"" |