notes-krisyotam-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@notes-krisyotam-mcpsearch notes for MCP server"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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/mcpThe 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 tagsget_note: fetch a public note by ID or sluglist_notes: list public notes with optional metadata filterslist_tags: list tags and public note countsget_backlinks: list public notes linking to a public notesearch_bibliography: search bibliography metadata
Local setup
Requirements: Node.js 20 or later and pnpm.
cp .env.example .env.local
pnpm install
pnpm devSet 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:3000Vercel
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
This server cannot be installed
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
- FlicenseBqualityDmaintenanceEnables 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
- Flicense-qualityDmaintenanceProvides 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.
- Flicense-qualityCmaintenanceEnables to create notebooks and notes with tags, and perform full-text search across notes using FTS5 syntax, all stored locally in SQLite.
- Flicense-qualityBmaintenanceEnables secure access to an organizational knowledge base via Supabase (RLS), providing tools for search, retrieval, writing, version history, and change tracking.
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.
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/krisyotam/notes-krisyotam-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server