Skip to main content
Glama

Knowledge MCP Server

by sven-borkert

get_server_info

Retrieve server details like version, storage path, and configuration to verify connection, debug issues, or troubleshoot problems with the Knowledge MCP Server.

Instructions

Shows server information including version from package.json.

When to use this tool:

  • Checking server version and capabilities
  • Debugging connection issues
  • Verifying server configuration
  • Getting storage path information
  • Troubleshooting problems

Key features:

  • Returns version information
  • Shows storage path configuration
  • Provides server description
  • Lightweight status check

You should:

  1. Use for initial connection verification
  2. Check when debugging issues
  3. Include in bug reports
  4. Verify server is responding

DO NOT use when:

  • Need git status (use get_storage_status)
  • Need to sync storage
  • Information already known

Returns: {success: bool, name: str, version: str, storage_path: str, description: 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