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.
Latest Blog Posts
- 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