FPF Agent Stack
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., "@FPF Agent Stackwrite a summary of my project to summary.txt"
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.
FPF Skill Stack
This repository implements an Agent Stack based on the First Principles Framework (FPF). It is organized by Bounded Contexts to strictly separate semantic domains while maintaining a clear link between Design (Text) and Runtime (Code).
📄 Authoritative Specification
The "real origin content" and authoritative definition of the First Principles Framework (FPF) is located here:
👉 governance/constitution/FPF_SPEC.md
All architectural decisions, role definitions, and interaction patterns in this repository are derived from this core specification.
Related MCP server: agentic-mcp-server
📂 Repository Structure
The project follows the FPF Holonic Architecture (A.1) and Bounded Contexts (A.1.1):
contexts/: Contains the core logic, partitioned by semantic boundaries.SkillRuntime/: The core runtime system (formerlyfpf-agent-stack).Skills/: Skill definitions and implementations.SharedSchema/: Shared data contracts.
governance/: Project-wide rules, the FPF Constitution, and Decision Records (DRR).constitution/: Contains the FPF_SPEC.md.
🛠Usage
Requirements: Bun
# Install dependencies
bun install
# Run the skills validator
bun run validateThis 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
- AlicenseAqualityCmaintenanceA universal MCP server that enables any LLM or AI agent to access expert skills from your local filesystem.Last updated34234MIT
- Flicense-qualityBmaintenanceEnables a fully local multi-agent AI system with 45 specialized agents and 50 predefined workflows via MCP, powered by Ollama and requiring no internet.Last updated1
- Flicense-qualityCmaintenanceA powerful filesystem MCP server for AI agents with extensive system access, including filesystem operations, shell execution, Windows tools, reverse engineering, code intelligence, and agent orchestration.Last updated1
- Alicense-qualityCmaintenanceMCP server that adapts, activates, and shares local Agent Skills for runtimes like OpenAI Agents SDK and Claude Code, enabling dynamic discovery and shareable HTML/image artifacts.Last updated292MIT
Related MCP Connectors
Local-first RAG engine with MCP server for AI agent integration.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.
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/venikman/fpf-agent-stack'
If you have feedback or need assistance with the MCP directory API, please join our Discord server