{"type":"mcp_server","name":"MCP-PIF","description":"This repository implements the Model Context Protocol (MCP) as part of the Personal Intelligence Framework (PIF), creating spaces for meaningful AI-human understanding through structured tools and interaction patterns.","category":"AI","language":"TypeScript","stars":57,"forks":4,"owner":"hungryrobot1","github_url":"https://github.com/hungryrobot1/MCP-PIF","homepage":null,"setup":"## Setup\n\n1. Clone the repository:\n```bash\ngit clone [https://github.com/hungryrobot1/MCP-PIF]\ncd mcp-pif\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Configure the server:\n   - Configuration is now auto-detected by default, but you can customize:\n     - Set the `MCP_WORKSPACE_ROOT` environment variable to specify a workspace location\n     - Or set the `MCP_CONFIG` environment variable with a JSON string of configuration options\n     - Or directly edit `src/config.ts` to modify the default configuration\n\n4. Build the server:\n```bash\nnpm run build\n```\n\n5. Configure Claude Desktop Client:\n   - Locate your Claude Desktop Client configuration directory\n   - Create or modify `claude_desktop_config.json`:\n     ```json\n     {\n         \"mcpServers\": {\n             \"mcp-pif\": {\n                 \"command\": \"node\",\n                 \"args\": [\"path/to/your/mcp-pif/build/index.js\"],\n                 \"cwd\": \"path/to/your/mcp-pif\",\n                 \"env\": {}\n             }\n         }\n     }\n     ```\n   - Replace `path/to/your/mcp-pif` with your actual repository path\n   - Paths are automatically normalized for your operating system\n\n6. Connect Claude Desktop Client:\n   - Start or restart the Claude Desktop Client\n   - Select \"mcp-pif\" as your custom server\n   - Start a new chat to begin using the server","tools":"## Available Tools\n\n1.  Filesystem Operations (Navigate and manage workspace context)\n2.  Reasoning Tools (Create spaces for structured thought)\n3.  Journal System (Maintain framework continuity)\n4.  `pwd` (Navigate and manage workspace context)\n5.  `cd` (Navigate and manage workspace context)\n6.  `read` (Navigate and manage workspace context)\n7.  `write` (Navigate and manage workspace context)\n8.  `mkdir` (Navigate and manage workspace context)\n9.  `delete` (Navigate and manage workspace context)\n10. `move` (Navigate and manage workspace context)\n11. `rename` (Navigate and manage workspace context)\n12. `reason` (Develop connected insights)\n13. `think` (Create temporal spaces for contemplation)\n14. `journal_create` (Document developments)\n15. `journal_read` (Explore patterns)","faq":null,"created_at":"2025-01-29T02:59:09+00:00","updated_at":"2025-03-24T09:00:28+00:00","source_url":"https://model-context-protocol.com/servers/mcp-personal-intelligence-framework-implementation","related_articles":[]}