Skip to main content
Glama
mu373
by mu373

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
COSENSE_HOMENoHome containing .cosense credentialscurrent home
COSENSE_MCP_HOSTNoHTTP listen address; Docker sets 0.0.0.0127.0.0.1
COSENSE_MCP_PORTNoHTTP listen port8798
COSENSE_CLI_CONCURRENCYNoMaximum concurrent CLI processes4
COSENSE_ALLOWED_PROJECTSYesComma-separated exact project URLs; empty disables access
COSENSE_MCP_ALLOWED_HOSTSNoAccepted HTTP Host headerslocalhost values
COSENSE_CLI_TIMEOUT_SECONDSNoPer-command timeout120
COSENSE_CLI_MAX_OUTPUT_BYTESNoPer-stream output limit4194304

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
browse_pageB

Read one Cosense page in an agent-friendly format with metadata and links.

browse_related_pagesA

List one-hop and two-hop pages related to a Cosense page.

read_pageA

Read structured page JSON, including page ID and line IDs used for edits.

search_full_textA

Search complete Cosense page text with AND or OR matching.

search_vectorB

Semantically search Cosense titles and link notation.

preview_editA

Preview an explicitly requested edit without changing the page. First call read_page and use its top-level page ID and lines[].id values. Inspect the returned complete post-edit page before calling submit_edit.

preview_new_pageA

Preview creation of a new page without changing Cosense. Use this only for an explicitly requested write. The title and each item in lines represent one Cosense line. Inspect the preview before submitting it.

submit_editA

Commit one inspected Cosense edit preview. This mutates Cosense. Call it only for the same explicit user write request that produced the preview. Never retry an ambiguous result before read_page confirms whether the intended change already landed.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/mu373/mcp-cosense'

If you have feedback or need assistance with the MCP directory API, please join our Discord server