Skip to main content
Glama

Keeper Secrets Manager - MCP

interfaces.go441 B
package storage import "github.com/keeper-security/ksm-mcp/pkg/types" // ProfileStoreInterface defines the interface for profile storage type ProfileStoreInterface interface { GetProfile(name string) (*types.Profile, error) CreateProfile(name string, config map[string]string) error UpdateProfile(name string, config map[string]string) error DeleteProfile(name string) error ListProfiles() []string ProfileExists(name string) bool }

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/Keeper-Security/keeper-mcp-golang-docker'

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