Skip to main content
Glama

Shared Knowledge MCP Server

by j5ik2o
node_path.js314 B
// node:pathのモック const path = { join: (...paths) => { // パスの結合をシミュレート return paths.join('/'); }, resolve: (...paths) => { // パスの解決をシミュレート return paths.join('/'); }, // その他必要なメソッド }; module.exports = 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/j5ik2o/shared-knowledge-mcp'

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