Skip to main content
Glama

Pensieve MCP Server

by EmjayAhn
test_mcp.py452 B
#!/usr/bin/env python3 import os import sys import json print(f"Python executable: {sys.executable}") print(f"Working directory: {os.getcwd()}") print(f"PENSIEVE_API_URL: {os.getenv('PENSIEVE_API_URL', 'NOT SET')}") try: from mcp_server import server_api print("✅ MCP server module loaded successfully") except Exception as e: print(f"❌ Failed to load MCP server module: {e}") sys.exit(1) print("✅ Test completed successfully")

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/EmjayAhn/pensieve-mcp'

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