phiacta-mcp
Click on "Deploy 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., "@phiacta-mcplist recent entries about AI"
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.
phiacta-mcp
MCP server for interacting with the Phiacta knowledge platform.
Setup
Add to your MCP client config (Claude Code, Cursor, Codex, etc.):
{
"mcpServers": {
"phiacta": {
"command": "npx",
"args": ["-y", "phiacta-mcp@latest"],
"env": {
"PHIACTA_TOKEN": "<your-token>"
}
}
}
}Create an account at phiacta.com and generate a personal access token under Settings > Tokens.
Related MCP server: mediawiki-mcp-server
Environment Variables
Variable | Default | Description |
|
| Phiacta API base URL |
| Personal access token (recommended) | |
| Username (alternative to token) | |
| User password (alternative to token) |
Local Development
npm install
npm run build
PHIACTA_API_URL=http://localhost:8000 \
PHIACTA_TOKEN=your-token \
npm startOr with hot reload:
PHIACTA_API_URL=http://localhost:8000 \
PHIACTA_TOKEN=your-token \
npm run devAvailable Tools
Tool | Description |
| List entries with pagination and filters |
| Get entry details with refs |
| Find entries by tags |
| Get tags for an entry |
| Get refs for an entry |
| Create a new knowledge entry |
| Link two entries with a typed reference |
| Set tags on an entry |
| Update entry metadata |
Related MCP Connectors
MCP server for querying Forkast documentation
MCP server for querying BrainKB, a knowledge base for neuroscience knowledge graphs.
MCP server for progressive tool usage at any scale (see https://klavis.ai)
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceThe Model Context Protocol (MCP) server provides a conversational interface for the exploration and analysis of RDF Turtle Knowledge Graph in Local File mode or SPARQL Endpoint.54MIT
- AlicenseAqualityAmaintenanceModel Context Protocol (MCP) server for MediaWiki29400 npm129MIT
- AlicenseAqualityAmaintenanceMCP Server for local knowledge management. Semantic + keywords + tags8155 PyPI19MIT
- FlicenseNot gradedqualityCmaintenanceMCP server providing greeting and echo tools for testing and demonstration.-