Nexus-MCP
Nexus-MCP ( Foundry-Reverse )
Ollama에서 작동하도록 리버스 엔지니어링된 최신 Foundry MCP
Azure AI Foundry MCP Server에 대한 완전 로컬 오픈 소스 대안으로, 전적으로 Ollama를 기반으로 구동됩니다. Azure 구독, API 키, 클라우드가 필요하지 않습니다.
기능
카테고리 | 도구 |
상태 |
|
모델 관리 |
|
추론 |
|
평가 |
|
지식 / RAG |
|
또한 MCP 리소스(ollama://models, ollama://running, ollama://indexes)와 재사용 가능한 프롬프트(summarize, rag_answer, code_review)를 제공합니다.
Related MCP server: mcplex
요구 사항
빠른 시작
# 1. Clone
git clone https://github.com/deadSwank001/Foundry-Reverse.git
cd Foundry-Reverse
# 2. Copy and edit configuration
cp .env.example .env
# 3. Run the MCP server (stdio transport)
uv run foundry-reverseVS Code / Copilot 통합
mcp.json을 VS Code 작업 공간의 .vscode/mcp.json(또는 사용자 수준 MCP 설정)으로 복사한 후 VS Code를 다시 시작하세요.
{
"mcpServers": {
"foundry-reverse": {
"command": "uv",
"args": ["run", "foundry-reverse"],
"env": {
"OLLAMA_BASE_URL": "http://localhost:11434"
}
}
}
}구성
변수 | 기본값 | 설명 |
|
| Ollama API 엔드포인트 |
|
| 요청 시간 제한 (초) |
|
| 임베딩에 사용되는 Ollama 모델 |
| (사용 가능한 첫 번째 모델) | 평가자로 사용되는 Ollama 모델 |
|
| 로컬 RAG 저장소 경로 |
개발
# Install deps (including dev)
uv sync --all-groups
# Run tests
uv run pytest아키텍처
src/foundry_reverse/
├── __init__.py # Package version
├── server.py # FastMCP server – all tools, resources, prompts
├── ollama_client.py # Async Ollama REST API client
├── evaluation.py # LLM-as-judge evaluation helpers
└── knowledge.py # In-memory vector store (cosine similarity + Ollama embeddings)Azure AI Foundry MCP와의 비교
기능 | Azure Foundry MCP | Foundry-Reverse |
모델 카탈로그 | Azure AI 모델 레지스트리 | 로컬 Ollama 모델 |
추론 | Azure OpenAI / 서버리스 | Ollama ( |
임베딩 | Azure OpenAI 임베딩 | Ollama ( |
벡터 검색 | Azure AI Search | 인메모리 코사인 유사도 |
평가 | Azure AI 평가 SDK | 로컬 LLM-as-judge |
인증 | Azure 서비스 주체 / 키 | 없음 (로컬 전용) |
비용 | 토큰당 과금 | 무료 |
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA server that enables seamless integration between local Ollama LLM instances and MCP-compatible applications, providing advanced task decomposition, evaluation, and workflow management capabilities.6
- AlicenseNot gradedqualityBmaintenanceA Python MCP server that exposes local Ollama models as tools for AI assistants, enabling chat, generation, embeddings, and model management without cloud APIs.5MIT

Local AI MCPofficial
AlicenseAqualityAmaintenanceUnified MCP server for managing local model runtimes (Ollama, LM Studio, etc.), enabling provider-agnostic discovery, lifecycle management, hardware-fit checks, and delegated inference.16224Creative Commons Attribution Non Commercial No Derivatives 4.0 International
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/deadSwank001/Nexus-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server