Skip to main content
Glama

Agent Knowledge MCP

test_config.json1.46 kB
{ "test_directories": { "base_dir": "/private/tmp/knowledge_base_test", "docs_dir": "/private/tmp/knowledge_base_test", "auth_dir": "/private/tmp/knowledge_base_test/auth", "api_dir": "/private/tmp/knowledge_base_test/api", "config_dir": "/private/tmp/knowledge_base_test/config" }, "test_files": { "jwt_absolute": "/private/tmp/knowledge_base_test/auth/jwt.md", "jwt_relative": "auth/jwt.md", "readme_absolute": "/private/tmp/knowledge_base_test/readme.md", "readme_relative": "readme.md", "config_absolute": "/private/tmp/knowledge_base_test/config/database.json", "config_relative": "config/database.json", "api_guide_absolute": "/private/tmp/knowledge_base_test/api/error-handling.md", "api_guide_relative": "api/error-handling.md", "outside_base": "/some/external/path/external-file.md" }, "expected_results": { "jwt_from_absolute": { "file_path": "auth/jwt.md", "file_name": "jwt.md", "directory": "auth" }, "readme_from_absolute": { "file_path": "readme.md", "file_name": "readme.md", "directory": "" }, "config_from_relative": { "file_path": "config/database.json", "file_name": "database.json", "directory": "config" }, "outside_base_unchanged": { "file_path": "/some/external/path/external-file.md", "file_name": "external-file.md", "directory": "/some/external/path" } } }

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/itshare4u/AgentKnowledgeMCP'

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