Skip to main content
Glama

Knowledge MCP Server

by sven-borkert

get_storage_status

Check git status of the Knowledge MCP Server datastore to monitor uncommitted changes, verify remote sync, and debug storage issues. Use before sync operations or when changes aren't persisting.

Instructions

Shows git status of the knowledge datastore.

When to use this tool:

  • Checking for uncommitted changes
  • Verifying sync status with remote
  • Debugging storage issues
  • Understanding current branch
  • Reviewing repository state

Key features:

  • Shows uncommitted file count
  • Displays current branch
  • Shows last commit info
  • Indicates remote sync status
  • Provides detailed git status

You should:

  1. Use before sync operations
  2. Check when changes aren't persisting
  3. Verify remote configuration
  4. Monitor uncommitted changes
  5. Debug sync failures

DO NOT use when:

  • Just need server info
  • Don't need git details
  • Already know status

Returns: {success: bool, storage_path: str, has_changes: bool, current_branch: str, last_commit: str, remote_status: str, uncommitted_files: int, status_details: str}

Input Schema

NameRequiredDescriptionDefault

No arguments

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": {}, "type": "object" }

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/sven-borkert/knowledge-mcp'

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