Skip to main content
Glama

Just Prompt

by disler
pyproject.toml611 B
[project] name = "just-prompt" version = "0.1.0" description = "A lightweight MCP server for various LLM providers" readme = "README.md" requires-python = ">=3.10" dependencies = [ "anthropic>=0.49.0", "google-genai>=1.22.0", "groq>=0.20.0", "ollama>=0.4.7", "openai>=1.68.0", "python-dotenv>=1.0.1", "pydantic>=2.0.0", "mcp>=0.1.5", ] [project.scripts] just-prompt = "just_prompt.__main__:main" [project.optional-dependencies] test = [ "pytest>=7.3.1", "pytest-asyncio>=0.20.3", ] [build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta"

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/disler/just-prompt'

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