Grey Swan LLM Safety Challenge MCP ServerServer

GravityPhone
GitHub
MongoDBLLM SafetyAI Safety

Loading subscription status...

๐Ÿ’ก Description

This MongoDB integrated MCP server is designed to document and analyze LLM safety challenges as part of the Grey Swan Arena competition.

๐Ÿ“ JSON Entries

{
  "mcpServers": [
    {
      "Grey Swan LLM Safety Challenge": {
        "env": {
          "PORT": "3000",
          "MONGODB_URI": "mongodb://localhost:27017/greyswan"
        },
        "args": [],
        "command": "node /path/to/SwanzMCP/build/index.js"
      }
    }
  ]
}

๐Ÿ› ๏ธ Tools

MongoDB tools for model, thread, and message management

โšก Features

  • Integration with MongoDB for configuration.
  • Tools for documenting LLM safety challenges.
  • Ability to create and query models, threads, and messages.

๐Ÿ’ฌ Example Queries

  • Create an organizational identifier for a testing session.
  • Document safety issues related to prompt injection.
  • Analyze messages with safety flags.