We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/angrysky56/openended-philosophy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# OpenEnded Philosophy MCP Server Configuration
# Copy this file to .env and configure for your environment
# NARS/ONA Configuration
# Option 1: Use pip-installed ONA (recommended)
# Leave empty to auto-detect pip-installed version
ONA_PATH=
# Option 2: Use local ONA executable
# Set full path to your ONA/NAR executable
# ONA_PATH=/path/to/your/OpenNARS-for-Applications/NAR
# Option 3: Use NARS-GPT installation
# ONA_PATH=/path/to/NARS-GPT/OpenNARS-for-Applications/NAR
# Logging Configuration
LOG_LEVEL=INFO
LOG_FILE=logs/philosophy_mcp.log
# NARS Configuration
NARS_MEMORY_SIZE=1000
NARS_INFERENCE_STEPS=50
NARS_SILENT_MODE=true
NARS_DECISION_THRESHOLD=0.6
# Server Configuration
MCP_SERVER_NAME=openended-philosophy
MCP_SERVER_VERSION=0.1.0