We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/FreePeak/db-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
core.go•270 B
// Package core provides the core functionality of the MCP server.
package core
// Version returns the current version of the MCP server.
func Version() string {
return "1.0.0"
}
// Name returns the name of the package.
func Name() string {
return "db-mcp-server"
}