Skip to main content
Glama

Federated Wiki - Table Plugin

이 플러그인(type: table)은 연합 위키의 마크업을 일급 테이블 항목으로 확장합니다. CSV, TSV, 마크다운 파이프 테이블 또는 JSON을 항목에 입력하면 좁은 데이터의 경우 컴팩트한 그리드, 넓은 데이터의 경우 스택형 행 카드로 렌더링하며, 페이지 위에 정렬 가능한 그리드로 확장되고, 라인업의 다른 플러그인에 데이터를 노출하며, REST 및 MCP를 통해 응답합니다.

출처

Ward Cunningham의 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에 설명되며, POST /system/api/mcp에서 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