cosense-mcp-server
Servidor MCP de Cosense
Un servidor MCP para Cosense .
Herramientas
Las siguientes herramientas están disponibles para interactuar con las páginas de Cosense:
get_page: recupera una página con el título especificadolist_pages: enumera las páginas disponibles en los recursossearch_pages: Busca páginas que contengan la cadena de consulta especificadainsert_lines: inserta texto después de una línea especificada en una página
Related MCP server: MCP Tool
Configuración del cliente MCP
Se requieren las siguientes variables de entorno:
COSENSE_PROJECT_NAME: Nombre del proyectoCOSENSE_SID: ID de sesión para autenticaciónNecesario para escribir en páginas y leer páginas privadas.
Manéjelo con cuidado ya que contiene información confidencial.
Para obtener más detalles, consulte scrapboxlab/connect.sid
Ejecutar desde el registro npm
Configuración del registro JSR
Este paquete depende de @cosense/std y @cosense/types , que se alojan en JSR. Antes de usar npx, debe configurar el registro JSR globalmente:
Para Linux/macOS:
echo "@jsr:registry=https://npm.jsr.io" >> ~/.npmrcPara Windows (PowerShell):
echo "@jsr:registry=https://npm.jsr.io" >> $env:USERPROFILE\.npmrcO si prefiere no modificar la configuración global, ejecute desde la fuente (consulte la sección a continuación)
Configuración JSON del cliente
Después de configurar el registro JSR, configure su cliente MCP:
{
"mcpServers": {
"cosense-mcp-server": {
"command": "npx",
"args": ["-y", "@yosider/cosense-mcp-server"],
"env": {
"COSENSE_PROJECT_NAME": "your_project_name",
"COSENSE_SID": "your_sid"
}
}
}
}Ejecutar desde la fuente
Clonar y construir
git clone https://github.com/yosider/cosense-mcp-server.git
cd cosense-mcp-server
npm install
npm run buildConfiguración JSON del cliente
{
"mcpServers": {
"cosense-mcp-server": {
"command": "npx",
"args": ["-y", "/path/to/cosense-mcp-server"],
"env": {
"COSENSE_PROJECT_NAME": "your_project_name",
"COSENSE_SID": "your_sid"
}
}
}
}Depuración
Dado que los servidores MCP se comunican a través de stdio, la depuración puede ser complicada. Recomendamos usar el Inspector MCP , disponible como script de paquete:
npm run inspectEl Inspector proporcionará una URL para acceder a las herramientas de depuración en su navegador.
Expresiones de gratitud
Este proyecto es una bifurcación de funwarioisii/cosense-mcp-server .
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceAn MCP server that allows Claude to access pages from Cosense projects, supporting both public and private projects with optional SID authentication.21
- FlicenseDqualityDmaintenanceA server built on mcp-framework that enables integration with Claude Desktop through the Model Context Protocol.11
- AlicenseAqualityDmaintenanceAn MCP server that bridges Claude Desktop and Claude Code by letting Desktop read and interact with Claude Code Remote Control sessions, enabling cross-agent coordination.63MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that allows Claude Desktop to remotely control Claude Code instances for executing commands and managing files.61GPL 3.0
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
MCP server for generating rough-draft project plans from natural-language prompts.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yosider/cosense-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server