MCP server that combines Notion document search, reading, updating, and verification into single tool calls (notion_read_document and notion_publish_document), using the official Notion MCP over Streamable HTTP. Enables conflict-safe read/publish operations with OAuth/PAT authentication via local stdio.
A generic MCP server that turns a directory of Markdown wiki pages into a network-reachable knowledge base, queryable and updatable by any MCP-compatible client.
A standalone Node MCP server that provides semantic search, knowledge graph, and vault editing over an Obsidian vault. It runs locally as a single stdio process without requiring an Obsidian plugin for core functionality.
MCP server that exposes GreenNode AgentBase REST APIs as three searchable meta-tools (list_servers, search_tools, execute), reducing tool-definition overhead by ~95%. Runs locally over stdio or remotely over streamable HTTP with any MCP client.