deno-cosense-mcp-server

deno-cosense-mcp-server

0

Cosense MCP Server for Deno is a tool designed to search and retrieve project pages from Scrapbox. It provides functionalities for searching pages by keywords and retrieving specific page content.

deno-cosense-mcp-server

Cosense MCP Server for Deno - A server designed to search and retrieve Scrapbox project pages.

Requirements

  • Deno v1.37.0 or higher

Environment Variables

Before running the server, set the following environment variables:

  • COSENSE_PROJECT_NAME: Name of the Scrapbox project
  • COSENSE_SERVICE_ACCOUNT_ACCESS_KEY: Access key for Scrapbox service account

Usage

Execute Directly

Run the server using Deno with necessary permissions.

Using Deno Tasks

Start the server with Deno's task runner

Provided Tools

cosense_search

Search Scrapbox pages by keyword.

  • keywords: Space-separated search terms

cosense_get_page

Retrieve the content of a specific Scrapbox page.

  • title: Title of the page

cosense_syntax_rule

Obtain syntax rules for Cosense.

  • No arguments required