LogicMCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LogicMCP ServerCheck our requirements traceability against ISO 9001"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
LogicMCP Server
This repository's deployable product is LogicMCP Server, implemented with the FastMCP framework for traceable requirement discovery, technical alignment, and ISO-aligned process checking. It contains no LLM and starts no CLI.
Install and run
.\install.bat
.\run.batThe service listens on:
http://127.0.0.1:8000/mcprun.bat performs a first-run installation when necessary. The root
requirements.txt, Dockerfile, and compose.yaml contain only the FastMCP
service boundary.
Related MCP server: spec-guard
Optional Factory project
The repository also keeps a replaceable local execution chain for testing the MCP without an IDE:
future APP -> CLI/API adapter -> Python Factory -> LLM adapter -> MCP serviceInstall and run that optional chain separately, after the MCP service is running:
.\factory\cli\install.bat
.\factory\cli\run.batThe factory exposes stable contracts and runtime builders from factory/.
Adapters, LLM providers, and the MCP implementation remain separate. A custom
CLI or API adapter only needs to preserve the Factory boundary; it does not
need to duplicate LLM-to-MCP transmission logic.
The code under factory/adapters/app_prototype/ is parked prototype material.
There is no supported APP adapter yet.
Directory boundaries
server/fastmcp_service/ deployable MCP service package
prompts/ LLM prompt contracts exposed by MCP
resources/ schemas, policies, and templates
tools/ deterministic MCP tools
factory/ optional Python workflow factory
contracts.py stable adapter/factory data contracts
controller/ workflow sequencing and MCP client port
llm/ replaceable LLM adapters
composition/ dependency assembly only
adapters/cli/ replaceable terminal adapter
adapters/app_prototype/ parked, unsupported APP prototype
cli/ separate no-IDE CLI project and installer
runtime/ Factory-owned logs, state, input, and output
tools/ MCP inspection/tuning/backup/update utilities
logs/ MCP Server logs only
output/ default MCP-owned file output
tests/ behavior and dependency-boundary testsDependency rules:
server/fastmcp_service/never importsfactory/or roottools/.root
tools/never contains user-facing Factory/CLI entrypoints.root
logs/is owned exclusively by the MCP Server.factory/llm/never imports MCP service internals.factory/controller/reaches MCP only through its gateway and LLM only throughBaseLLMClient.adapters consume Factory contracts and builders; they do not own workflow sequencing.
root installation and startup never install or start CLI, APP, or LLM code.
See INSTALL.MD for deployment and tool configuration, and MAP.MD for the maintenance index.
This server cannot be installed
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
- Flicense-qualityCmaintenanceEnables natural language queries on technical specifications and automated code compliance checks using local RAG with vector search, integrated via MCP.Last updated
- AlicenseDqualityCmaintenanceA deterministic MCP server that checks project code alignment with SPEC documents through static analysis without AI involvement.Last updated4MIT
- Alicense-qualityBmaintenanceEnables multi-model leader-worker agent orchestration, workflow execution, and deterministic validation via structured MCP tools.Last updated13Apache 2.0
- AlicenseBqualityBmaintenanceAn MCP server that gives LLM agents structured, safe, and traceable access to engineering project documentation stored in Markdown/Git repositories, enabling management of requirements, decisions, tests, tasks, and impact analysis.Last updated1416MIT
Related MCP Connectors
Free MCP tools: the only MCP linter, health checks, cost estimation, and trust evaluation.
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
Remote MCP for A2A dependency inspector MCP, structured receipts, audit logs, and reviewer-ready evi
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/mydrego-James/LogicMCP_Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server