Skip to main content
Glama
mjmorales

simple-mcp-runner

by mjmorales
utils.go271 B
package cmd import ( "os" "path/filepath" ) // GetDefaultConfigPath returns the default configuration file path. func GetDefaultConfigPath() string { homeDir, err := os.UserHomeDir() if err != nil { return "" } return filepath.Join(homeDir, defaultConfigName) }

Latest Blog Posts

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/mjmorales/simple-mcp-runner'

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