Skip to main content
Glama
cockimitu-ops

AI OS MCP Server

Related Servers

Alternatives to AI OS MCP Server

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Exposes a Markdown-based second brain as MCP tools, enabling MCP clients like Claude Code, Codex, Claude Desktop, n8n, and bots to read context, search notes, retrieve wiki pages, and optionally register decisions or sources.
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      Read-only MCP server that exposes your local Notion backups to AI agents — query databases, read pages, search a backed-up workspace. Offline by default: no LLM calls, no telemetry, no cloud.
      6
      1
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      A lightweight, read-only MCP server for Notion that enables searching, reading pages, and querying databases with token-efficient output and smart caching.
      18 npm
      5
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Read-only MCP bridge that exposes secure search and fetch tools over an Obsidian-compatible Markdown vault, enabling ChatGPT to query notes without write access.
      1
      Apache 2.0

    TDQS

    A4.1/5.0

    Scored across 4 tools

    Disambiguation4/5

    search_vault and get_page are clearly separated by search-results vs full-content, and list_projects vs get_project_status are also distinct in scope. The only minor ambiguity is that get_page could also be used to fetch project content that contains status, making the boundary slightly less obvious.

    Naming Consistency5/5

    All tool names follow a consistent verb_noun pattern: search_vault, get_page, list_projects, get_project_status. Verbs are lowercase and the naming style is uniform.

    Tool Count5/5

    With only 4 tools, the server is compact and well-scoped for searching and viewing pages and project statuses. Each tool serves a distinct retrieval purpose and none feels like filler.

    Completeness4/5

    The read/search surface is well covered: search, get page, list projects, and get specific status all work together without dead ends. The main gap is the lack of write or update operations, so if modifying pages or project statuses is expected, the toolset would be incomplete.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues