A starting point for building custom agentic LLM applications using Open Source tooling and models. Incorporates Ollama, Open WebUI, Langchain, Streamlit, Chroma, & PGVector using Docker and Docker Compose and optionally Codespaces.
MCPpedia last refreshed this data
Gen AI Starter is an MCP server that a starting point for building custom agentic LLM applications using Open Source tooling and models. Incorporates Ollama, Open WebUI, Langchain, Streamlit, Chroma, & PGVector using Docker and Docker Compose and optionally Codespaces. Its tool list has not been published yet over stdio, sse and http, requires no API key, and scores 62/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"gen-ai-starter": {
"args": [
"-y",
"openapi-mcp-generator"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked openapi-mcp-generator against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
MCP client bridge: connects to MCP servers and registers their tools on ctx.tools
An autonomous agent that conducts deep research on any data using any LLM providers
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
The official MCP server implementation for the Perplexity API Platform
MCP Security Weekly
Get CVE alerts and security updates for Gen Ai Starter and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This repository can be used as a starting point for building custom LLM applications using Open Source tooling and models. It incorporates Ollama, Open WebUI, Langchain, Streamlit, Chroma, and PGVector using Docker to containerize the application and Docker Compose to run the various service dependencies.
Key Features:
Main Components:
brew install ollama
echo "BRAVE_SEARCH_API_KEY=your_key_here" >> .env
Option 1 (CPU-only, easiest):
docker compose --profile=cpu up -d
Option 2 (GPU, fastest):
docker compose up -d
./etc/ollama_entrypoint.sh
Option 3 (GitHub Codespaces):
docker compose --profile=cpu up -d
docker compose --profile=cpu up -d # Start all services
docker compose down # Stop all services
docker compose logs -f # View service logs
docker compose ps # Check service status
docker compose run --rm app pytest tests/ -v # Run tests
This project includes support for Model Context Protocol (MCP) servers, enabling standardized tool loading from OpenAPI specifications.
The project includes a complete MCP server generated from the PokéAPI OpenAPI specification, demonstrating how to:
What's Included:
mcp-pokemon/ - Generated MCP server for PokéAPI