Skip to main content
Glama
hayian78

neon-guard-mcp

by hayian78

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NEON_API_KEYYesYour Neon API key. Never passed to the LLM, only used by the proxy process.
NEON_GUARD_CONFIGYesAbsolute path to the neon-guard.json configuration file.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    },
    "prompts": {
      "get": {}
    },
    "resources": {
      "read": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/hayian78/neon-guard-mcp'

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