deno-cosense-mcp-server
@champierre
About deno-cosense-mcp-server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"deno-cosense-mcp-server": {
"command": "deno",
"args": [
"run",
"--allow-net",
"--allow-env",
"--allow-read",
"--import-map=import_map.json",
"server.ts"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is deno-cosense-mcp-server?
deno-cosense-mcp-server is an MCP (Model Context Protocol) server built with Deno that enables searching and retrieving pages from a Scrapbox (Cosense) project. It provides tools for querying project pages by keyword, fetching individual page content, and obtaining the Cosense syntax rules. Designed for developers who want to integrate Scrapbox/Cosense data into AI‑powered workflows.
How to use deno-cosense-mcp-server?
Set the environment variables COSENSE_PROJECT_NAME and COSENSE_SERVICE_ACCOUNT_ACCESS_KEY, then run either deno run --allow-net --allow-env --allow-read --import-map=import_map.json server.ts or deno task start. The server exposes three tools that can be called via the MCP protocol.
Key features of deno-cosense-mcp-server
- Searches Scrapbox pages by keywords (space-separated)
- Retrieves content of a specific page by title
- Fetches Cosense syntax rules
- Requires only Deno runtime (≥ v1.37.0)
- Authenticates via service account access key
Use cases of deno-cosense-mcp-server
- Integrate Scrapbox/Cosense knowledge bases with AI assistants
- Automate retrieval of project documentation for LLM context
- Build chat interfaces that can search and cite Scrapbox pages
FAQ from deno-cosense-mcp-server
What dependencies does deno-cosense-mcp-server require?
It requires Deno version 1.37.0 or higher and the environment variables COSENSE_PROJECT_NAME and COSENSE_SERVICE_ACCOUNT_ACCESS_KEY must be set.
How does authentication work?
Authentication is handled via a Scrapbox service account access key stored in the COSENSE_SERVICE_ACCOUNT_ACCESS_KEY environment variable.
Where do the data come from?
All data is fetched live from a Scrapbox/Cosense project specified by the COSENSE_PROJECT_NAME environment variable. No local persistence is mentioned.
What transports or communication protocols are used?
The server uses the Model Context Protocol (MCP) for tool invocation. No specific transport details (stdio, HTTP, etc.) are provided in the README.
Are there any known limits?
The README does not list any limits. Performance and rate limits depend on Scrapbox/Cosense’s API behavior and the user’s Deno environment.
More Other MCP servers

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
ICSS
chokcoco不止于 CSS
Comments