phiacta-mcp
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., "@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 |
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
- Alicense-qualityFmaintenanceThe 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.Last updated54MIT
- AlicenseAqualityAmaintenanceModel Context Protocol (MCP) server for MediaWikiLast updated291,627115MIT
- AlicenseAqualityAmaintenanceMCP Server for local knowledge management. Semantic + keywords + tagsLast updated818MIT
- Flicense-qualityCmaintenanceMCP server providing greeting and echo tools for testing and demonstration.Last updated
Related MCP Connectors
MCP server for the Inistate platform: module discovery, entry management, and activity submission.
MCP server for fcc-ecfs
MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.
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/Noah-Everett/phiacta-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server