Skip to main content
Glama
krisyotam

notes-krisyotam-mcp

by krisyotam

notes-krisyotam-mcp

A stateless Model Context Protocol server for public notes on notes.krisyotam.com. It uses mcp-handler 2 and the MCP TypeScript SDK v2 inside a Next.js App Router endpoint.

Every note tool enforces state = 'public'. The bibliography tool exposes the same metadata already returned by the notes site's public bibliography API. This repo does not provide an arbitrary SQL tool.

Endpoint

The Streamable HTTP endpoint is:

https://your-deployment.example/mcp

The current MCP protocol is served natively. Stateless clients using the 2025-era Streamable HTTP protocol are supported by mcp-handler. The removed HTTP+SSE transport is not supported, and Redis is not required.

Related MCP server: Amplenote Cache MCP Server

Tools

  • search_notes: search public note titles, bodies, sources, and tags

  • get_note: fetch a public note by ID or slug

  • list_notes: list public notes with optional metadata filters

  • list_tags: list tags and public note counts

  • get_backlinks: list public notes linking to a public note

  • search_bibliography: search bibliography metadata

Local setup

Requirements: Node.js 20 or later and pnpm.

cp .env.example .env.local
pnpm install
pnpm dev

Set NOTES_DATABASE_URL to a Postgres connection string for a database role that is restricted to SELECT on the required tables.

Test a running server with:

pnpm test:client -- http://localhost:3000

Vercel

Create a separate Vercel project from this repository, add NOTES_DATABASE_URL, and enable Fluid compute. The database must be reachable from Vercel over TLS.

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    B
    quality
    D
    maintenance
    Enables indexing and retrieving notes with full-text search using SQLite, plus building knowledge graphs to find relationships between concepts. Supports natural language note management, tagging, and semantic connections.
    16
  • F
    license
    -
    quality
    D
    maintenance
    Provides access to your Amplenote SQLite database cache, enabling search and retrieval of notes and tasks, including full-text search, bidirectional references, task filtering by priority and due dates, and recently modified content tracking.

View all related MCP servers

Related MCP Connectors

  • Query PostgreSQL databases in plain English — LLM-generated, safety-validated SQL.

  • Search everything you save: YouTube, articles, podcasts, PDFs, Notion, Obsidian. API key or OAuth.

  • Citation-health over a CC0 citation graph: what supports, refutes, or cites a paper. Read-only.

View all MCP Connectors

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/krisyotam/notes-krisyotam-mcp'

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