Skip to main content
Glama

Vibe Worldbuilding MCP

by jasnonaz
vibe_worldbuilding_server.py264 B
#!/usr/bin/env python3 """ New modular Vibe Worldbuilding MCP Server entry point. This is a simple wrapper that imports and runs the modular server. """ from vibe_worldbuilding.server import main import asyncio if __name__ == "__main__": asyncio.run(main())

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/jasnonaz/vibe-worldbuilding-mcp'

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