{
  "name": "Context Repo",
  "description": "AI context management platform. 28-tool MCP server with OAuth + API-key auth. Skills: search, fetch, store, version, navigate hierarchical document chunks.",
  "url": "https://contextrepo.com",
  "documentationUrl": "https://contextrepo.com/docs",
  "provider": {
    "organization": "Context Repo",
    "url": "https://contextrepo.com"
  },
  "version": "2.0.3",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text"],
  "skills": [
    {
      "id": "search-context",
      "name": "Search context",
      "description": "Semantic and literal search across prompts, documents, and collections.",
      "tags": ["search", "retrieval", "rag"],
      "examples": [
        "Find prompts about sales discovery",
        "Show me all collections tagged 'marketing'"
      ]
    },
    {
      "id": "fetch-context",
      "name": "Fetch context",
      "description": "Retrieve a single prompt, document, or collection by id with full content.",
      "tags": ["retrieval", "rag"]
    },
    {
      "id": "store-context",
      "name": "Store context",
      "description": "Create or update prompts and documents with automatic embedding generation.",
      "tags": ["storage", "embeddings"]
    },
    {
      "id": "version-context",
      "name": "Version context",
      "description": "List or restore previous versions of prompts and documents.",
      "tags": ["history", "versioning"]
    },
    {
      "id": "navigate-chunks",
      "name": "Navigate document chunks",
      "description": "Hierarchical chunk navigation (deep_search, deep_read, deep_expand) for large documents.",
      "tags": ["progressive-disclosure", "rag"]
    }
  ],
  "securitySchemes": {
    "oauth": {
      "type": "oauth2",
      "description": "Clerk-issued OAuth bearer token. See /.well-known/oauth-authorization-server.",
      "flows": {}
    },
    "apiKey": {
      "type": "apiKey",
      "in": "header",
      "name": "Authorization",
      "description": "ContextRepo API key prefixed with 'API-Key gm_'."
    }
  },
  "endpoints": {
    "mcp": "https://contextrepo.com/mcp",
    "rest": "https://api.contextrepo.com/v1",
    "openapi": "https://contextrepo.com/openapi.json"
  },
  "packages": {
    "npm": "https://www.npmjs.com/package/context-repo-mcp",
    "github": "https://github.com/Gitmaxd/context-repo-mcp",
    "chrome_extension": "https://chromewebstore.google.com/detail/context-repo/cebcfajegbkkcgjeofndekhojaclakji"
  }
}
