Skip to main content
Glama
teknologika

Chisel Knowledge MCP

by teknologika

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
knowledge_list_workspacesB

List configured workspaces.

knowledge_workspace_statusC

Inspect a workspace.

knowledge_ingest_textC

Write raw text into a workspace inbox.

knowledge_ingest_clipboardC

Read clipboard text and write it into a workspace inbox.

knowledge_ingest_urlC

Ingest a URL into a workspace inbox.

knowledge_searchC

Search workspace knowledge.

knowledge_list_inboxC

List uncompiled files in a workspace inbox.

knowledge_writeC

Write a compiled article into the workspace knowledge directory.

knowledge_archiveC

Move a processed inbox file to inbox/archived/.

knowledge_readC

Read a knowledge file from a workspace.

knowledge_listC

List markdown files in a workspace knowledge directory.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 11 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: ingest tools handle different input sources (clipboard, text, URL), list tools target different directories (inbox, knowledge, workspaces), and read/write/search/archive/status tools perform unique operations. An agent can easily differentiate them based on their specific actions and targets.

Naming Consistency5/5

All tools follow a consistent 'knowledge_verb_noun' pattern (e.g., knowledge_ingest_url, knowledge_list_inbox, knowledge_search). This uniform naming convention makes the tool set predictable and easy to navigate, with no deviations in style or structure.

Tool Count5/5

With 11 tools, the server is well-scoped for knowledge management, covering ingestion, organization, querying, and maintenance. Each tool earns its place by addressing a specific need in the workflow, from input handling to file management and search, without being overly sparse or bloated.

Completeness5/5

The tool set provides complete coverage for knowledge management: ingestion from multiple sources (clipboard, text, URL), listing and reading files, searching content, writing compiled articles, archiving processed items, and workspace inspection. There are no obvious gaps, enabling agents to handle the full lifecycle of knowledge processing.

Maintenance

ActivityInactive
ResponsivenessNo issues