Skip to main content
Glama

Federated Wiki - Плагин таблиц

Этот плагин, тип: table, расширяет разметку федеративной вики элементом таблиц первого класса: вставьте данные в формате CSV, TSV, Markdown-трубной таблицы или JSON в элемент, и он отобразится в виде компактной сетки (узкие данные) или стопки карточек строк (широкие данные), увеличится до сортируемой сетки на всю страницу, предоставит свои данные другим плагинам в очереди, а также будет отвечать через REST и MCP.

Происхождение

Клонирован из wiki-plugin-json Уорда Каннингема версии v0.1.10 (коммит dc1a75d, 2018) и портирован с CoffeeScript/grunt на JavaScript/esbuild. От json осталось: элемент владеет своими данными, GET/PUT /plugin/<name>/:slug для первого такого элемента на странице, файл токенов X-Api-Key, учёт writes/written/interval/writer и строка статистики. См. AUTHORS.txt.

Related MCP server: CSV MCP Server

Макет

src/parse/parse.cjs   the one parser (client bundle + server share it)
src/client/table.js   emit/bind, layouts, enlarged overlay, data interface
client/table.css      styles, injected once by emit
server/server.js      json-parity routes: GET/PUT /plugin/table/:slug (CommonJS)
server/core.js        read/write path shared by server.js and api/handlers.js
server/bridge.js      per-site pagehandler handed from server.js to the farm handlers
api/openapi.json      the fedwiki.api declaration wiki-plugin-farm mounts
api/handlers.js       read, list, csv, write
pages/                About Table Plugin, About Table API Keys

Сборка

npm install
npm run build
npm test

REST и MCP

Объявленные операции монтируются wiki-plugin-farm по пути /system/api/table/{read,list,csv,write}.json, описываются в /system/api.json и предоставляются как инструменты MCP по адресу POST /system/api/mcp. Сервер плагина также отвечает на GET /plugin/table/:slug (.csv для text/csv) и на api-key PUT для безголовых редакторов.

Лицензия

MIT

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    -
    quality
    -
    maintenance
    Enables users to manage data in a simple JSON file database through MCP tools and REST API. Supports creating, reading, updating, and deleting items organized in collections with auto-generated UUIDs.
  • F
    license
    A
    quality
    D
    maintenance
    Enables comprehensive CSV file management including creating, editing, analyzing, and transforming CSV data anywhere in the filesystem. Provides statistical analysis, data validation, filtering, and grouping capabilities through MCP protocol over stdio transport.
    15
  • A
    license
    -
    quality
    -
    maintenance
    Enables interaction with AskTable's data analytics platform through MCP protocol. Supports querying and analyzing data from connected datasources using natural language, available via both SaaS and self-hosted deployments.

View all related MCP servers

Related MCP Connectors

  • MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.

  • CSV <-> JSON MCP.

  • Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.

View all MCP Connectors

Latest Blog Posts

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/Hitchhikers-Guide-to-the-Galaxy/wiki-plugin-table'

If you have feedback or need assistance with the MCP directory API, please join our Discord server