We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/peijun1700/bluemouse'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
smithery.yaml•1.08 kB
# Smithery Configuration for BlueMouse
# For more information, visit https://smithery.ai/docs/config
type: python
name: bluemouse
description: "BlueMouse (藍圖小老鼠) - The Prefrontal Cortex for Generative AI. A data-driven logic gate server protecting against AI hallucinations with 134MB+ of trap records."
version: 6.1.2
author: Peijun1700
repository: https://github.com/peijun1700/bluemouse
# Entry point for the MCP server
# Smithery will use this to run the server in a containerized or managed environment
entrypoint:
command: python
args: ["server.py", "--sse"]
# Environment variables if any
env:
PYTHONUNBUFFERED: "1"
# Requirements file
requirements: requirements.txt
# Tools provided by this server (Optional, for discovery)
tools:
- name: mmla_validate_code
description: "Validate code against 17-layer AST security and logic gate."
- name: analyze_requirement_trap
description: "Analyze user requirements for logical traps and generate Socratic questions."
- name: open_bluemouse_ui
description: "Open the BlueMouse visual dashboard."